Metadata-Version: 2.4
Name: WebsocketLib
Version: 0.1.2
Summary: A websocket server interface. Easy to use.
Author: Erri4
Project-URL: Homepage, https://github.com/erri4/WebsocketServer
Project-URL: Bug Tracker, https://github.com/erri4/WebsocketServer/issues
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: license-file

# WebsocketServerLibrary: a simple websocket server.
## main features :
1. automaticly calls the event functions.
2. simple client manager.
- sending messages: client().send(msg)
3. set event functions:
- server().set_fn_new_client(fn)
- server().set_fn_client_left(fn)
- server().set_fn_message_recived(fn)
