반응형
[Node.js] 실시간 멀티채팅 구현하기! - http://jinblog.kr/156
Node.js - https://nodejs.org/en/
Socket.io - https://socket.io/
Github 공개된 소스 : https://github.com/devjin0617/nodejs-socket.io-chat-example
nodejs-socket.io-chat-example
this is chat example using nodejs with socket.io
how to run
npm module install:
console$ cd /path/to/project
console$ npm install
- start socket.io server
using port 50000
console$ npm run socket
- start simple web server
console$ npm run web
using port 8000
- open your browser and connect to
localhost:8000
...
반응형
'프로그래밍 > Script' 카테고리의 다른 글
[Angular2] Angular2 - http://www.angular2.com/ (0) | 2017.08.18 |
---|---|
[Node.js] npm 소개와 설치 & MEAN Stack http://mean.io/ (0) | 2017.08.18 |
[javascript] wordcloud2.js (0) | 2017.05.30 |
2017년과 이후 JavaScript의 동향 - 브라우저 밖의 JavaScript (0) | 2017.05.30 |
NativeScript - https://www.nativescript.org/ (0) | 2017.05.30 |