Deployment Modes
bext supports three deployment modes. Choose based on your needs.
Plugin Mode
NAPI addon running inside Bun. Best for apps that need deep Bun integration.
Hybrid Mode
bext-server with Bun API proxy. Best balance of performance and flexibility.
Standalone Mode
bext-server only, direct PostgreSQL. Maximum performance, no JS runtime needed.