/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:

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

using port 50000

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

using port 8000

  1. open your browser and connect to localhost:8000

blog post

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