Skip to content

Commit 9a34a5d

Browse files
committed
Update README.md
1 parent 6393b1f commit 9a34a5d

File tree

1 file changed

+21
-1
lines changed

1 file changed

+21
-1
lines changed

README.md

+21-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,24 @@
11
nodejs-realtime-app
22
===================
33

4-
Realtime app with: NodeJs, CoffeeScript, SocketStream, EmberJs and Bootstrap
4+
nodejs realtime app is a small application written to demonstrate realtime web apps,
5+
6+
This is a small chat application written with nodejs server in conjuction with:
7+
8+
CoffeeScript, SocketStream, EmberJs and Bootstrap
9+
10+
11+
Installation
12+
============
13+
14+
```
15+
https://github.com/asaf/nodejs-realtime-app.git
16+
npm install
17+
node start
18+
```
19+
20+
Then open browser with URL:
21+
22+
```
23+
http://localhost:3000
24+
```

0 commit comments

Comments
 (0)