Skip to content

A simple forum created to experiment with server-side rendering vs. client-side rendering performance differences

Notifications You must be signed in to change notification settings

martingul/forum-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

(Work in progress)

Everything is rendered server-side and sent back to the client as a single html file per page.
No javascript, no extra requests once the page is received.
The goal of this code is to experiment the performance of good old server-side rendering
compared to today's web applications that typically use asynchronous http requests to remote APIs.

Runs on Rack + Puma + SQLite

About

A simple forum created to experiment with server-side rendering vs. client-side rendering performance differences

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages