Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/sibnerian/cis197-chat-example

Socket.io chat example for CIS 197
https://github.com/sibnerian/cis197-chat-example

Last synced: 7 days ago
JSON representation

Socket.io chat example for CIS 197

Awesome Lists containing this project

README

        

# chat-example

This is the source code for a very simple chat example used for
the [Getting Started](http://socket.io/get-started/chat/) guide
of the Socket.IO website.

You can quickly get started with:

```bash
$ npm install
$ node app.js
```