Skip to content
#

Server-side rendering

When doing server-side rendering, in contrast to client-side rendering the content of a webpage is prepared on the server and by the use of hydration made usable by the client.

Here are 33 public repositories matching this topic...

Developed a BlogPost website using Python Framework Flask. Perform CURD Operations and Database included is SQLite. For Frontend, Bootstrap with Html and Its rendering Engine Jinja is Used. Its a multipage website. Tutorial Followed for Building this App is from Clever Programming Flask Tutorial

  • Updated Nov 22, 2023
  • Python