Skip to content

devjin0617/nodejs-socket.io-chat-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

this is chat example using nodejs with socket.io

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published