Skip to content
/ elysia Public
forked from elysiajs/elysia

Fast, and friendly Bun web framework

License

Notifications You must be signed in to change notification settings

itpcc/elysia

 
 

Repository files navigation


Elysia label

Ergonomic Framework for Humans

Documentation | Discord

Philosophies

Building on top of 3 philosophies:

  • Performance
    • You shall not worry about the underlying performance
  • Simplicity
    • Simple building blocks to create an abstraction, not repeating yourself
  • Flexibility
    • You shall be able to customize most of the library to fit your needs

Designed with TypeScript in mind, you don't need to understand TypeScript to gain the benefit of TypeScript with Elysia. The library understands what you want and automatically infers the type from your code.

⚡️ Elysia is one of the fastest Bun web frameworks

Documentation

The documentation is available on elysiajs.com.

Contributing

See Contributing Guide and please follow our Code of Conduct.

Discord

Come join the Discord channel~

About

Fast, and friendly Bun web framework

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 99.6%
  • Other 0.4%