Skip to content

Commit 0fc6092

Browse files
committedMay 8, 2017
update
1 parent 61ea26e commit 0fc6092

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎milenet/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
2. 'npm install express', 'npm install socket.io' 명령어 실행을 통해 관련 라이브러리를 설치합니다.
1212
3. 'node milenet' 명령어 실행을 통해 MileNet을 실행합니다.
1313
- milenet.js가 있는 디렉토리에서 해당 명령을 실행합니다.
14-
4. 해당 MileNet에 연결하기 위해서는 milenet.js의 웹 소켓 연결 주소 수정이 필요합니다.
14+
4. 해당 MileNet에 연결하기 위해서는 mindless.js의 웹 소켓 연결 주소 수정이 필요합니다.
1515
- 예시: socket = new io.connect("ws://MILENET URL?id=...);
1616
5. 웹 소켓 연결 주소에는 다음의 get parameters가 입력되어야 그에 따른 URL 발급이 가능합니다.
1717
- Get Parameters List: id, author, version, appurl

0 commit comments

Comments
 (0)
Please sign in to comment.