/nodejs-socket.io-chat-example

this is chat example using nodejs with socket.io

Primary LanguageHTMLMIT LicenseMIT

nodejs-socket.io-chat-example

this is chat example using nodejs with socket.io

how to run

npm module install:

$ cd /path/to/project
$ npm install
  1. start socket.io server

using port 50000

$ npm run socket
  1. start simple web server
$ npm run web

using port 8000

  1. open your browser and connect to localhost:8000

blog post

[node.js] 실시간 멀티채팅 구현하기!: http://blog.puding.kr/156