zincware / ZnSocket

Python implementation of a Redis-compatible API using websockets.
Apache License 2.0
2 stars 2 forks source link

different data sending methods #38

Open PythonFZ opened 2 months ago

PythonFZ commented 2 months ago

The znsocket server could, instead of using websockets also use http requests for sending larger data. Potentially combined with giving an existing client, like redis and making the data available.