Dynamic Page Engine
Node.js compatible module that does server-side rendering to easily create pages.
About
A simple and easy solution for creating server-side rendered pages. You can add it to your project with npm install dynamic-page-engine.
How It Works
It detects keys you add to your static HTML pages and replaces them with the corresponding data. The generated HTML code can be served via a Node.js server. To add a key, you write the name of the desired data inside "{}" brackets; if a matching key is found, the brackets and the key are replaced with that data. Instead of plain text, HTML, CSS, and JavaScript code can also be added, but you must ensure the syntax is correct, otherwise your page may not function properly due to syntax errors.
- Feature List
- nodeJS, open-source, server side rendering
- Technologies
- Web
- Developer And Publisher
- Singular Programmer