You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,9 +8,9 @@ A minimal Websockets Server in Python with no external dependencies.
8
8
* Multiple clients
9
9
* No dependencies
10
10
11
-
Notice that this websocket-server doesn't support the more advanced features
11
+
Notice that this implementation does not support the more advanced features
12
12
like SSL etc. The project is focused mainly on making it easy to run a
13
-
websocket server for prototypingor testing.
13
+
websocket server for prototyping, testing or for making a GUI for your application.
14
14
15
15
16
16
Usage
@@ -29,7 +29,7 @@ or you can install the project directly from PyPi:
29
29
30
30
pip install websocket-server
31
31
32
-
For further details check the [*server.py*](https://github.com/Pithikos/python-websocket-server/blob/master/server.py) example code and the [API](https://github.com/Pithikos/python-websocket-server#api).
32
+
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).
0 commit comments