[Fabrix](https://github.com/fabrix-app/fabrix) is a strongly typed modern web framework that just did something a little new and very interesting. At its heart, Fabrix is simply a [tuple space](https://en.wikipedia.org/wiki/Tuple_space) engine running on JavaScript's event emitter. It acts like a linux kernal loading libraries of code into a well defined API that give it all of its functionality which are called "spools". This makes Fabrix very lightweight and can boot incredibly fast. On top of being a very capable framework for "serverless" computing, Fabrix can now be bundled with Webpack to bring its simplicity to browsers!Many of Fabrix's spools are specific to Node.js, but now with added browser support, we could see some interesting new spools driven for the client side or even Isomorphic applications. Check it out on [Github](https://github.com/fabrix-app) or say hello in the Fabrix [Gitter Channel](https://gitter.im/fabrix-app/Lobby)
EDIT: Typo, also wish Hackernews supported markdown.