We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d35d040 commit a4e8d00Copy full SHA for a4e8d00
‎README.md‎
@@ -127,6 +127,8 @@ The full documentation is available at [spaceshaman.github.io/socketapi/](https:
127
- [X] Router class for splitting API into multiple files similar to FastAPI
128
- [X] Broadcasting messages from outside the server context by calling channel-decorated functions
129
- [X] Error reporting inside decorated handlers with automatic error messages sent to client
130
+- [ ] Dynamic channel paths with parameter extraction (e.g., chat/{room_id}) with automatic mapping to channel handler arguments
131
+- [ ] JavaScript/TypeScript client library for easier integration with web applications
132
<!--roadmap-end-->
133
134
## Changelog
0 commit comments