zim-engine
v0.7.10
Published
Combining front and backend rendering
Downloads
524
Readme
Zim Engine
Goals
The main goal of this project is to have an easy way to create simple web apps that can load new pages without realoading the browser and have most of if not all of the rendering happening on the server side.
I am attempting to use as little external librarys as possible to prevent package clutter from building up.
To Do
Front End
- Submit form using fetch
- Handle errors without reloading page.