Commit Graph

3 Commits

Author SHA1 Message Date
3a3b85f138 Enhance BunHttpServer with port configuration and server management
* Added a private _port property to manage the server port.
* Updated constructor to accept a BunServer instance.
* Implemented listen method to start the Bun server with specified configurations.
* Introduced stop method to gracefully stop the Bun server.
2025-11-21 03:15:34 -05:00
4f0348ec1a Add BunHttpServer and HttpServerFactory classes for handling HTTP requests
* Implemented BunHttpServer to manage routes and WebSocket handling
* Created HttpServerFactory for instantiating BunHttpServer with routes and WebSocket handlers
* Added error handling for duplicate routes and a default fetch response for unknown routes
2025-11-21 03:04:10 -05:00
f66266b218 Add health check functionality and type checking to the project
* Introduced HealthCheck class for system health monitoring.
* Added HealthCheckApiRoutes for readiness endpoint.
* Updated package.json to include TypeScript type checking command.
2025-11-21 03:03:41 -05:00