Socket
Socket
Sign inDemoInstall

elysia

Package Overview
Dependencies
1
Maintainers
1
Versions
355
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

elysia


Version published
Maintainers
1
Created

Changelog

Source

0.2.0-beta.1 - 22 Jan 2023

Breaking Change:

  • onParse now accepts (context: PreContext, contentType: string) instead of (request: Request, contentType: string)
    • To migrate, add .request to context to access Request

Feature:

  • onRequest and onParse now can access PreContext
  • Support application/x-www-form-urlencoded by default

Improvement:

  • body parser now parse content-type with extra attribute eg. application/json;charset=utf-8

Readme

Source

Elysia label

Fast and friendly Bun web framework.

Documentation | Discord

Former known as KingWorld

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 fits your need

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.

Discord

Come join the Discord channel~

Keywords

FAQs

Last updated on 22 Jan 2023

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc