Bun

The Bun JavaScript runtime can run a web standard HTTP server with Cloud Auth like this.

npm create feathersdev@latest server -- --platform bun --app-id "<your-app-id>"

Verifier

An authenticateRequest function that validates an incoming web standard request can be implemented in src/authenticate.ts like this:

authenticate.ts

Server

Then the BunJS server can then use it in a src/index.ts like this:

index.ts

The full Bun example server can be found here.

Subscribe to our NewsletterGet new Feathers content as it becomes available.
Feathers.dev

Copyright © 2012 - 2025 feathers.dev