Introduction โ
The Sodacore framework is a collection of libraries for building out server-side applications in the Bun runtime, utilising TypeScript and the legacy decorators, see FAQ for more.
Why Sodacore? โ
Sodacore offers a way of building applications in less time with less boilerplate, by doing the heavy lifting for you.
The framework utilises built-in autowiring, dependency injection, and a plugin system that is powered by a simple controller system, where you focus on your business logic and the framework takes care of the routing.
Features โ
- ๐ง Autowiring by default
- ๐งฉ Dependency injection
- ๐งช Plugin system
- ๐ฆ Core maintained plugins, i.e. http, ws, di, discord, etc.
- ๐ Clean and simple logger that can be extended.
- ๐ Built-in documentation
- ๐งต Easy Threading and Worker support.
- ๐ฅ๏ธ CLI for tooling...soon...
Our ethos โ
Sodacore is a plugin-first framework, meaning you can extend it with ease and create your own plugins.
We focus on the core features out of the box, providing you with a good developer experience, while also maintaining optimisations and performance, but don't worry, you can still access the underlying libraries and plugins to customise your application to your needs.
Ready to get started? โ
Check out the Getting Started guide to get started with Sodacore.