Skip to content

Commit 3383148

Browse files
committed
Update README and add badge
1 parent 1e95cf3 commit 3383148

File tree

1 file changed

+12
-10
lines changed

1 file changed

+12
-10
lines changed

README.md

Lines changed: 12 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
Websocket Server
22
=======================
33

4+
[![CircleCI](https://circleci.com/gh/Pithikos/python-websocket-server/tree/master.svg?style=svg)](https://circleci.com/gh/Pithikos/python-websocket-server/tree/master)
5+
46
A minimal Websockets Server in Python with no external dependencies.
57

6-
* Works with Python2 and Python3
8+
* Python2 and Python3 support
79
* Clean simple API
810
* Multiple clients
911
* No dependencies
@@ -13,15 +15,6 @@ like SSL etc. The project is focused mainly on making it easy to run a
1315
websocket server for prototyping, testing or for making a GUI for your application.
1416

1517

16-
Usage
17-
=======================
18-
You can get a feel of how to use the websocket server by running
19-
20-
python server.py
21-
22-
Then just open `client.html` in your browser and you should be able to send and receive messages.
23-
24-
2518
Installation
2619
=======================
2720

@@ -34,6 +27,15 @@ You can use the project in three ways.
3427
For coding details have a look at the [*server.py*](https://github.com/Pithikos/python-websocket-server/blob/master/server.py) example and the [API](https://github.com/Pithikos/python-websocket-server#api).
3528

3629

30+
Usage
31+
=======================
32+
You can get a feel of how to use the websocket server by running
33+
34+
python server.py
35+
36+
Then just open `client.html` in your browser and you should be able to send and receive messages.
37+
38+
3739
Testing
3840
=======
3941

0 commit comments

Comments
 (0)