Monday, 16 December 2013
Interesting Snippets from 2013-12-16
-
Netflix/suro ยท GitHub
Suro is a data pipeline service for collecting, aggregating, and dispatching large volume of application events including log data.
-
Steelbreeze: JavaScript State Machine
State machines have been a mainstay of computer science theory for decades; their extensive use in embedded software is also well established. Steelbreeze state.js brings this robust programming model to JavaScript applications. State.js provides a flexible, feature-rich state machine implementation based on UML 2 state machines with blistering performance at runtime and minimal overheads.