This library provides a fast implementation of a regular expression based router. Blog post explaining how the implementation works and why it is fast. The $handler ...
Socket.IO is a performant real-time bi-directional communication library. There are two parts, the server written in node.js and the client typically javascript for the web. There are alternative ...