HTML over WebSockets: real-time SPAs with barely any JavaScript | Andros Fenollosa
- Building a SPA (Single-page Application) is a complex puzzle: a JavaScript framework that draws the view, an API serving JSON, and 2 independent codebases forced to understand each other through contracts.
- It is an accepted, professionalized scenario.
- But being a standard does not make it the only way.
Unverified
- Building a SPA (Single-page Application) is a complex puzzle: a JavaScript framework that draws the view, an API serving JSON, and 2 independent codebases forced to understand each other through contracts.
- It is an accepted, professionalized scenario.
- But being a standard does not make it the only way.
Sources: Andros