Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/sibnerian/cis197-chat-example
- Owner: sibnerian
- Created: 2015-04-10T01:33:32.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-04-10T03:12:44.000Z (almost 10 years ago)
- Last Synced: 2024-04-14T11:08:44.865Z (10 months ago)
- Language: JavaScript
- Size: 195 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```