Bun RuntimeBun is a modern, clean and simple to use runtime for JavaScript with great out-of-the-box features.
AutowireSodacore is built around a core autowire system, meaning less boilerplate code and more time to focus on your application.
Controller DesignSodacore gives you a structured way of handling incoming/outgoing responses via a controller pattern.
ExtendableSodacore is a plugin-first framework, meaning you can extend it with ease and create your own plugins.
Core PluginsSodacore comes with a set of core plugins, including HTTP, WebSockets, Discord (Bot/SSO), and more.
Decorator PatternSodacore is based around the decorator and metadata patterns, and comes with some metadata helpers to make your life easier.
Threads & WorkersOut of the box, you will have access to simplified threads (child process) and workers that are simple to setup.
Task RunnerAn included cron-based task runner out of the box to make it easier for you to schedule tasks in your application.