Redis as the primary data store? WTF?!
Redis is a key-value in memory data store typically used for caches and other such mechanisms to speed up web applications. We however store all our data in Redis as our primary database.
View ArticleThat Wibbly Wobbly Real-Timey Wimey stuff
Moot was built from the ground up as a 100% realtime system. We bubble up events and listen to events throughout our infrastructure and deliver events to users within a couple milliseconds. We are able...
View ArticleRiot.js — The 1kb client side MVP framework
The fastest, smallest and most powerful client side framework for building large scale web applications.
View ArticleForums and commenting styling made easy
Moot Designer aims to be the easiest an fastest way to style forums and commenting to the rest of the site.
View ArticleFrameworkless JavaScript – Why Angular, Ember, or Backbone don't work for us
Moot is a special discussion platform with ambitious goals. While the server side is fanatically optimized for performance, the client has its own goals: simple API, small size, and quick release...
View ArticleBuilding modular applications with Riot.js
Riot is the most minimal approach to MV* world. It weighs 1kb and has only 3 public methods so it's extremely simple and easy to learn. A Riot application uses vanilla JavaScript to structure the code...
View Article