Skip to content

Instantly share code, notes, and snippets.

@yotamorimoto
Last active March 30, 2017 12:04
Show Gist options
  • Select an option

  • Save yotamorimoto/2264454 to your computer and use it in GitHub Desktop.

Select an option

Save yotamorimoto/2264454 to your computer and use it in GitHub Desktop.
サーバ起動
// サーバの起動
// 下の行にカーソルを置き、実行
s.boot;
/*
 「クライアント」から「サーバ」へ命令が行って
   サーバが起動し、ポストウィンドウに文字が出力される
    ここでは s がサーバで、.boot メッセージを送ることで起動する
*/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment