bun-server-troubleshooting
π―Skillfrom dangaogit/bun-server-skills
Troubleshoots and diagnoses common server issues in Bun.js applications, providing real-time insights and potential resolution strategies.
Part of
dangaogit/bun-server-skills(20 items)
Installation
npx skills add dangaogit/bun-server-skills --skill bun-server-troubleshootingMore from this repository10
Provides a quick start guide and template for setting up a new Bun server project with basic configuration and initial project structure.
Provides comprehensive guidelines, coding standards, and recommended architectural patterns for building efficient and maintainable web applications using the Bun server framework.
Generates OpenAPI Swagger documentation for Bun.js server routes, providing automatic API specification and interactive documentation.
Manages user session handling in a Bun server, providing mechanisms for creating, storing, and retrieving session data across web requests with support for different session storage backends.
Provides data validation mechanisms and decorators for type-checking, sanitizing, and enforcing validation rules on input data in Bun server applications.
Provides database integration capabilities for the Bun Server framework, offering ORM support, entity management, repository patterns, and database connection handling.
Provides structured logging capabilities for Bun server applications, enabling configurable log levels, log formatting, and output management for enhanced application observability and debugging.
Enables event-driven communication and handling in Bun server applications through decorators and an event management system, allowing loose coupling between components via publish-subscribe patterns.
Provides robust authentication, authorization, JWT token management, OAuth2 integration, role-based access controls, and security middleware for Bun server applications.
Provides WebSocket gateway implementation and real-time communication capabilities for Bun server applications, enabling bidirectional event-driven interactions between clients and server.