https://github.com/agilecreativity/websocket-playground
https://github.com/agilecreativity/websocket-playground
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/agilecreativity/websocket-playground
- Owner: agilecreativity
- Created: 2015-04-11T08:38:08.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2015-04-13T04:51:49.000Z (about 11 years ago)
- Last Synced: 2025-05-30T00:41:30.394Z (about 1 year ago)
- Language: HTML
- Size: 111 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## README.md
Chat example for Socket.io using CoffeeScript based on
[Socket.io - chat example][]
### Basic Usage
```shell
mkdir -p ~/codes
cd ~/codes
git clone git@github.com:agilecreativity/websocket-playground.git
cd ~/codes/websocket-playground
npm install
```
Now start the server
```shell
./run-server
```
Open the following url in your browser `http://localhost:3000` and start chatting.
### Links
- http://nickdesaulniers.github.io/blog/2013/08/28/making-great-node-dot-js-modules-with-coffeescript/
- http://codetheory.in/using-coffeescript-over-javascript-in-your-node-js-application-or-module/
[Socket.io - chat example]: http://socket.io/get-started/chat/