An open API service indexing awesome lists of open source software.

https://github.com/devjin0617/nodejs-socket.io-chat-example

this is chat example using nodejs with socket.io
https://github.com/devjin0617/nodejs-socket.io-chat-example

Last synced: over 1 year ago
JSON representation

this is chat example using nodejs with socket.io

Awesome Lists containing this project

README

          

# 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
```

2. start simple web server
```
$ npm run web
```

> using port 8000

3. open your browser and connect to `localhost:8000`

# blog post

[node.js] 실시간 멀티채팅 구현하기!: