elysiajs-hello-world

This is the ElysiaJS Hello World example on Render.

Elysia is a web framework for building backend servers with Bun.

Development

Prerequisite

If you haven't already, install Bun on your development machine.

Preview the site

To start the development server, run:

bun run dev

Open http://localhost:3000/ with your browser to see the result.

Deploy to Render

See the ElysiaJS quickstart guide for full details.

Notes:

  • The render.yaml file in this repository sets the BUN_VERSION environment variable to demonstrate how to set the Bun version on Render. Feel free to adjust the version as needed.