Skip to content

mariusbutuc/spa

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Single Page Web Applications

JavaScript end-to-end

» based on the 5th version of the [Single Page Web Applications] 1 MEAP book.

Goal

Get first-hand experience using JavaScript as the language of:

  • the database,
  • the web server,
  • and the browser application.

Tool chain

  • native JavaScript
  • HTML5 | CSS3 | Canvas | SVG » render the interface
  • jQuery » DOM manipulation
    • history management plugin
    • event handling plugin
  • TaffyDB2 » high-performance data-centric models
  • Socket.IO » seamless near-real-time server-client messaging
  • Node.js » event-based web server
  • Google V8 » JavaScript engine
  • MongoDB » noSQL database, storing data as JSON
  • Chrome Developer Tools » inspect | debug

About

Single Page Application » tackle writing a native JavaScript SPA

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors