f1le-transfer / cloud-storage

Server that stores files.
MIT License
0 stars 0 forks source link

Rewrite client in python #2

Open lusm554 opened 3 years ago

lusm554 commented 3 years ago

Client will be in another language.

lusm554 commented 3 years ago

Rewrite client in python.

How we can receive data from client?

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.