Add server sent events design TODO

This commit is contained in:
2025-08-19 14:03:35 -04:00
parent 45172ae182
commit 30d22f7a18

View File

@@ -105,6 +105,7 @@ See `config.md` for complete configuration documentation.
- **Safe shutdown mechanism** with async-signal-safe shutdown() method - **Safe shutdown mechanism** with async-signal-safe shutdown() method
- **Connection ownership management** with automatic cleanup on server destruction - **Connection ownership management** with automatic cleanup on server destruction
- **Pluggable protocol handlers** via ConnectionHandler interface - **Pluggable protocol handlers** via ConnectionHandler interface
- TODO design a way to stream server sent events
Key features: Key features:
- Multi-threaded architecture: separate accept and network thread pools - Multi-threaded architecture: separate accept and network thread pools