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
Susan SarandonOriginal
2024-12-09 11:50:14906browse

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

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

cd app

Start a development server by:

bun dev

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!

Statement:
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