Menu
Libraries |
Category

svelte-adapter-bun

  • Adapter for SvelteKit apps that generates a standalone Bun server fa-solid fa-up-right-from-square
  • Designed to work with Svelte applications, providing server-side rendering capabilities through Bun runtime
  • Offers various configuration options including output directory, asset handling, compression, and environment variables
  • Supports WebSocket server functionality through Bun's WebSocket API fa-solid fa-up-right-from-square
  • Includes polyfill support for compatibility needs
  • Provides environment variable configuration for server settings like PORT, HOST, and origin headers
  • Features client IP address handling with proxy support through ADDRESS_HEADER and XFF_DEPTH settings
  • Targets developers building Svelte applications who want to deploy using Bun's runtime environment
  • Particularly useful for projects requiring:
    • Custom server configurations
    • WebSocket implementations
    • Proxy server setups
    • Performance optimizations like precompression

bunbunjssveltesveltekitsveltekit-adapter

Comments