hyperifyio / statelessdb

StatelessDB is a cloud database server that processes encrypted client-side data without storing state, enabling secure and scalable computations.
Other
0 stars 0 forks source link

TASK Initial event support #19

Closed thejhh closed 4 days ago

thejhh commented 6 days ago

Goal

Implement simple long polling event support. This is not complete support (see #18).

This will be more like an example how to implement HTTP long polling.

Sub tasks