mvlabs / isomorphic-mithril

Showcase of the challenges that we faced implementing an isomorphic web application with Mithril

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Isomorphic web application with Mithril.js

Isomorphic JavaScript webapps have been around for a while. The benefits are multiple: SEO (crawlable urls), performance (faster first render, interaction and navigation) and maintainability (less code, shared by both the client and the server, no duplicate logic).

This repository contains the code of the website:

http://isomorphic-mithril.mvlabs.it

which is a showcase of the challenges that we faced implementing an isomorphic web application. The aim is to present a real case study where we chose Mithril for its speed, simplicity and elegance. We will show the solutions we used to solve the common problems for this kind of app.

Development

npm install
npm start

About

Showcase of the challenges that we faced implementing an isomorphic web application with Mithril


Languages

Language:JavaScript 87.5%Language:CSS 12.5%