Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 18:52:50 +08:00
commit caae91ec55
17 changed files with 2063 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
# References
Bundled resources for websocket-server-builder skill
- [ ] websocket_best_practices.md: Provides best practices for building secure and scalable WebSocket servers.
- [ ] socketio_api_reference.md: Detailed API reference for Socket.IO, if used.
- [ ] native_ws_api_reference.md: Detailed API reference for native WebSockets, if used.
- [ ] error_handling_guide.md: Guide to handling common WebSocket errors and exceptions.