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

https://github.com/agilecreativity/websocket-playground


https://github.com/agilecreativity/websocket-playground

Last synced: 5 months ago
JSON representation

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/