DEV Community

Cover image for Quick look of Elysia.js, new gen of Backend!
Rizky Haksono
Rizky Haksono

Posted on • Edited on

Quick look of Elysia.js, new gen of Backend!

Elysia.js is TypeScript with End-to-End Type Safety, type integrity, and exceptional developer experience. Supercharged by Bun.

To create a new project using this command

bun create elysia app
Enter fullscreen mode Exit fullscreen mode

Once done, you should see the folder name app in your directory.

cd app
Enter fullscreen mode Exit fullscreen mode

Start a development server by:

bun dev
Enter fullscreen mode Exit fullscreen mode

Navigate to localhost:3000 should greet you with "Hello Elysia".

Top comments (0)

Billboard image

Try REST API Generation for Snowflake

DevOps for Private APIs. Automate the building, securing, and documenting of internal/private REST APIs with built-in enterprise security on bare-metal, VMs, or containers.

  • Auto-generated live APIs mapped from Snowflake database schema
  • Interactive Swagger API documentation
  • Scripting engine to customize your API
  • Built-in role-based access control

Learn more

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay