tiqi-group / pydase

A flexible and robust Python library for creating, managing, and interacting with data services, with built-in support for web and RPC servers, and customizable features for diverse use cases.
MIT License
0 stars 1 forks source link

Feat/sio server client #118

Closed mosmuell closed 2 months ago

mosmuell commented 3 months ago

Replaces the rpyc server with a socketio server-client model. Solves #110.

mosmuell commented 3 months ago

This will close #96.