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)

Image of Timescale

Timescale – the developer's data platform for modern apps, built on PostgreSQL

Timescale Cloud is PostgreSQL optimized for speed, scale, and performance. Over 3 million IoT, AI, crypto, and dev tool apps are powered by Timescale. Try it free today! No credit card required.

Try free

👋 Kindness is contagious

Immerse yourself in a wealth of knowledge with this piece, supported by the inclusive DEV Community—every developer, no matter where they are in their journey, is invited to contribute to our collective wisdom.

A simple “thank you” goes a long way—express your gratitude below in the comments!

Gathering insights enriches our journey on DEV and fortifies our community ties. Did you find this article valuable? Taking a moment to thank the author can have a significant impact.

Okay