hybrilion
v0.0.9
Published
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 front
Downloads
3
Readme
Hybrilion framework
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
Quick install
Inside the directory where you want to install hybrilion:
npx hybrilion
The install then launches on http://localhost:3000
Run
Run with npm start
or node server.js