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
+1-3Lines changed: 1 addition & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,9 +10,7 @@ A minimal Websockets Server in Python with no external dependencies.
10
10
* Multiple clients
11
11
* No dependencies
12
12
13
-
Notice that this implementation does not support the more advanced features
14
-
like multithreading etc. The project is focused mainly on making it easy to run a
15
-
websocket server for prototyping, testing or for making a GUI for your application.
13
+
Notice this project is focused mainly on making it easy to run a websocket server for prototyping, testing or for making a GUI for your application. Thus not all possible features of Websockets are supported.
0 commit comments