Posts Tagged ‘middleware’

News: Connect, Wu, Badass Javascript

Connect
Tim Caswell and TJ Holowaychuck, both of whom are members of the ExtJS team, have just released Connect: a middleware framework for NodeJS. In his blog post announcing Connect, Caswell cites Ruby’s Rack as an inspiration for the project.
A Connect server runs a set of middleware modules, each of which performs a specific action when [...]