User Interface (UI)
The UI is based on Bootstrap 3 4 and jQuery.
Database
Nostromo supports several database systems including MySQL / MariaDB, PostgreSQL, MSSQL, Firebird and SQLlite.
Cache
The default cache used is based on the local filesystem. While this is a convenient “works always” defaullt, it is not the most performant solution (depending on the server hardware used). Nostromo’s cache system allows for other drivers as well, but instead of writing other drivers for our own caching layer we should just incorporate Symfony Cache und use their drivers.