Home > Web Front-end > JS Tutorial > Quick look of Elysia.js, new gen of Backend!

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

Susan Sarandon
Release: 2024-12-09 11:50:14
Original
908 people have browsed it

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
Copy after login

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

cd app
Copy after login

Start a development server by:

bun dev
Copy after login

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

The above is the detailed content of Quick look of Elysia.js, new gen of Backend!. For more information, please follow other related articles on the PHP Chinese website!

source:dev.to
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Latest Articles by Author
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template