/pure-js-SPA-POC

Stateful MVC components in pure JS. Node backend. Manually configured deploy, from Nginx's reverse proxy to ssl/tls certificates obtaining.

Primary LanguageHTML

Pure JS SPA Poc

Available at https://nelsonserpa.com

I pursued learning how complex tasks are handled underneath by using as little frameworks as possible. As a tradeoff, there's much to improve in performance and security.

The frontend runs a SPA in pure HTML/CSS/Js through Stateful MVC Components. Routes are handled through history api. Backend runs in Node.

The deploy was manually configured in a VPS using Nginx as a reverse proxy, which is fully documented in the my blog

The project is still under construction.