V01D-NULL / simple-ssr

SSR (Server Side Rendering) in < 100 lines of code - includes UI hydration

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Simpe-SSR

SSR in less than 100 lines of code using node.js, express and snabbdom. This basic example features server side rendering to HTML and a client side hydration to a fully interactive app.

Usage

npm install
npm run build
npm start

About

SSR (Server Side Rendering) in < 100 lines of code - includes UI hydration


Languages

Language:JavaScript 100.0%