Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Node.js Websocket Test

A tiny demo using the [einaros/ws](http://einaros.github.io/ws/) WebSockets implementation.
A tiny demo using the [einaros/ws](http://einaros.github.io/ws/) WebSockets implementation. Try it [here](https://node-ws-test.herokuapp.com/).

# Running Locally

Expand All @@ -16,4 +16,4 @@ heroku create
heroku labs:enable websockets
git push heroku master
heroku open
```
```