mirror of
https://github.com/RYGhub/royalnet.git
synced 2024-11-23 19:44:20 +00:00
|
||
---|---|---|
.. | ||
__init__.py | ||
broadcast.py | ||
config.py | ||
errors.py | ||
link.py | ||
package.py | ||
README.md | ||
request.py | ||
response.py | ||
server.py |
royalnet.herald
The subpackage providing all functions and classes to handle communication between process (even over the Internet).
It is based on websockets
.
It requires the herald
extra to be installed.
You can install it with:
pip install royalnet[herald]