Skip to content

Commit a4e8d00

Browse files
committed
📝 (README.md): update roadmap with upcoming features for dynamic channel paths and client library
1 parent d35d040 commit a4e8d00

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

‎README.md‎

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,8 @@ The full documentation is available at [spaceshaman.github.io/socketapi/](https:
127127
- [X] Router class for splitting API into multiple files similar to FastAPI
128128
- [X] Broadcasting messages from outside the server context by calling channel-decorated functions
129129
- [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
130132
<!--roadmap-end-->
131133

132134
## Changelog

0 commit comments

Comments
 (0)