Skip to content

Commit

Permalink
Merge pull request #4 from kwikiel/patch-1
Browse files Browse the repository at this point in the history
Fixed broken link
  • Loading branch information
kcarnold committed May 13, 2015
2 parents 96d9cbf + f5a80a4 commit a2a4f53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
I couldn't find a minimal example of using [Flask](http://flask.pocoo.org/) (a small web framework) with [gevent-socketio](https://github.com/abourget/gevent-socketio) (a simple way to get websockets). So this is a straight-up port of the [chat example](https://github.com/abourget/gevent-socketio/blob/master/examples/chat.py) from gevent-socketio to Flask.
I couldn't find a minimal example of using [Flask](http://flask.pocoo.org/) (a small web framework) with [gevent-socketio](https://github.com/abourget/gevent-socketio) (a simple way to get websockets). So this is a straight-up port of the [chat example](https://github.com/abourget/gevent-socketio/blob/master/examples/simple_chat/chat.py) from gevent-socketio to Flask.


You'll need Flask and gevent-socketio installed. Then just run `python server.py`.
Expand Down

0 comments on commit a2a4f53

Please sign in to comment.