Skip to content

Commit

Permalink
prettify
Browse files Browse the repository at this point in the history
  • Loading branch information
rauchg committed Feb 25, 2014
1 parent d286ba2 commit 266278d
Showing 1 changed file with 13 additions and 10 deletions.
23 changes: 13 additions & 10 deletions examples/chat/README.md
@@ -1,19 +1,22 @@
Socket.IO Chat
==============

# Socket.IO Chat

A simple chat demo for socket.io

### Quickstart
## How to use

```
$ npm install
$ node .
```

### Features
- Multiple users can join a chat room by entering a unique username on website load.
- Users can type chat messages to the chat room
- A notification is sent to all users when a user joins or leaves the chatroom
And point your browser to `http://localhost:3000`. Optionally specify
a port by supplying the `PORT` env variable.

## Features

### Uses
- Express
- jQuery
- Multiple users can join a chat room by entering a unique username
on website load.
- Users can type chat messages to the chat room
- A notification is sent to all users when a user joins or leaves
the chatroom

0 comments on commit 266278d

Please sign in to comment.