Hybrilion is a hybrid framework trying to handle serverside rendering (SSR) and browser side handling (single page app, SPA) with the same code. It uses vidoriel as a virtual dom template engine, handles routing, live patching from the server to the frontend and uses mongodb.
See the documentation for further information
Inside the directory where you want to install hybrilion:
npx hybrilion
The install then launches on http://localhost:3000
Run with npm start
or node server.js