This is the ElysiaJS Hello World example on Render.
Elysia is a web framework for building backend servers with Bun.
If you haven't already, install Bun on your development machine.
To start the development server, run:
bun run dev
Open http://localhost:3000/ with your browser to see the result.
See the ElysiaJS quickstart guide for full details.
Notes:
- The
render.yaml
file in this repository sets theBUN_VERSION
environment variable to demonstrate how to set the Bun version on Render. Feel free to adjust the version as needed.