Open lusm554 opened 3 years ago
Rewrite client in python.
For signaling we can use: websockets (js) websockets (py)
Client will be a RTCDataChannel Another peer (server side/block-storage) peer - aiortc
aiortc
is a library for Web Real-Time Communication (WebRTC) and Object Real-Time Communication (ORTC) in Python. It is built on top of asyncio, Python's standard asynchronous I/O framework.
Client will be in another language.