Last active
March 30, 2017 12:04
-
-
Save yotamorimoto/2264454 to your computer and use it in GitHub Desktop.
サーバ起動
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // サーバの起動 | |
| // 下の行にカーソルを置き、実行 | |
| s.boot; | |
| /* | |
| 「クライアント」から「サーバ」へ命令が行って | |
| サーバが起動し、ポストウィンドウに文字が出力される | |
| ここでは s がサーバで、.boot メッセージを送ることで起動する | |
| */ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment