Skip to content

Commit

Permalink
add instruction to readme
Browse files Browse the repository at this point in the history
how to generate a socket.io demo.
  • Loading branch information
bassoman committed Dec 29, 2014
1 parent 019fecc commit de1ac95
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
##Notes regarding this fork

socket.io examples only available with Jade template engine for now.


[![Express Logo](https://i.cloudup.com/zfY6lL7eFa-3000x3000.png)](http://expressjs.com/)

Expand Down Expand Up @@ -35,4 +31,10 @@ $ npm install
$ npm start
```

To see an example of socket.io and Express rocking in harmony, give this a try after installation.
It only supports the default Jade engine for now:

```bash
$ express --sock fooapp
```
### [License (MIT)](LICENSE)

0 comments on commit de1ac95

Please sign in to comment.