20SCore
20SCore is an open-source software framework designed to provide a compact, modular core for building scalable applications. It aims to minimize runtime footprint while delivering essential services such as configuration, logging, task scheduling, and inter-component communication. The project emphasizes cross-language bindings and cross-platform portability, enabling developers to deploy modules written in supported languages on various operating systems.
It was initiated by 20S Labs and released to the public in 2020. Since then, versions have
The core consists of a runtime engine that hosts modular plugins. Modules implement a defined plugin interface
Key features include a pluggable configuration system, structured logging, a task scheduler, and a simple dependency-injection
20SCore is released under the MIT license and is widely used in education and small-to-medium-scale projects.