e8b8eca0d6
- Enhanced selectAvailableServer function to consider maxApps when selecting available servers for both stream and local sessions. - Added dynamic import of serverService to avoid circular dependencies. - Improved error messages for unavailable servers based on session type. - Updated startApplication function to check session status before launching and handle session termination more gracefully. - Ensured proper session management by processing ending sessions before starting new ones.
Elysia with Bun runtime
Getting Started
To get started with this template, simply paste this command into your terminal:
bun create elysia ./elysia-example
Development
To start the development server run:
bun run dev
Open http://localhost:3000/ with your browser to see the result.