Commit Graph

4 Commits

Author SHA1 Message Date
caaec4d870 temp 2025-12-21 19:29:34 +08:00
b6c613d601 feat: add showConnected option and refactor WebSocket connection handling 2025-12-21 04:13:38 +08:00
7975863af3 chore: update version to 0.0.47 and enhance WebSocket handling in server implementation 2025-12-21 03:26:15 +08:00
a6a7e74559 feat: Refactor server implementation to support Bun and Node environments
- Introduced `ServerNode` and `BunServer` classes to handle server logic for Node and Bun respectively.
- Updated `App` class to initialize the appropriate server based on the runtime environment.
- Enhanced `parseBody` function to handle request body parsing for both environments.
- Modified WebSocket handling to support Bun's WebSocket upgrade mechanism.
- Improved error handling and response structure across the server implementation.
- Added support for custom middleware in the server's request handling.
- Refactored server base functionality into `ServerBase` for better code organization.
- Updated type definitions to reflect changes in server options and listener handling.
- Added a new demo for testing the server functionality with various request types.
2025-12-20 05:11:51 +08:00