Declarative Templates: A Better JavaScript View Layer
Templating in JavaScript is messy because semantics are tangled with logic and apparently that’s ok. Every HTML templating solution I’ve… (more…)
Read more »We’re going to be building a real-time JavaScript chat room similar to Twitch.tv’s chat using JavaScript and Scaledrone push messaging service. The app is going to be using Websockets on modern browsers and fallback technologies on older ones. Read more