Files
2025-11-29 18:52:50 +08:00

8 lines
330 B
Markdown

# Assets
Bundled resources for websocket-server-builder skill
- [ ] template_socketio.py: Template file for a basic WebSocket server using Socket.IO.
- [ ] template_native_ws.py: Template file for a basic WebSocket server using native WebSockets.
- [ ] example_client.html: Example HTML client for testing the WebSocket server.