Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/SaltyAom/kingworld
Fast, and friendly Bun web framework
https://github.com/SaltyAom/kingworld
bun framework http-server typescript web
Last synced: 3 months ago
JSON representation
Fast, and friendly Bun web framework
- Host: GitHub
- URL: https://github.com/SaltyAom/kingworld
- Owner: SaltyAom
- License: mit
- Archived: true
- Created: 2022-07-06T12:24:06.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-12-04T15:13:35.000Z (about 2 years ago)
- Last Synced: 2024-11-09T04:39:58.849Z (3 months ago)
- Topics: bun, framework, http-server, typescript, web
- Language: TypeScript
- Homepage: https://kingworldjs.com
- Size: 10 MB
- Stars: 121
- Watchers: 3
- Forks: 7
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
- awesome-bun - Kingworld - Fast, and friendly Bun web framework (Frameworks & Libraries)
README
## ⚠️ KingWorld is now ["Elysia" and moved to a new repo](https://github.com/elysiajs/elysia)
Fast and friendly Bun web framework.
## 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 needDesigned with TypeScript in mind, you don't need to understand TypeScript to take advantage of KingWorld. The library understands what you want and automatically infers the type from your code.
⚡️ KingWorld is [one of the fastest Bun web frameworks](https://github.com/SaltyAom/bun-http-framework-benchmark)
## Documentation
The documentation is available on [kingworldjs.com](https://kingworldjs.com).## Discord
Come join the [Discord channel~](https://discord.gg/eaFJ2KDJck)