Really cool to see another Node framework that uses CoffeeScript. SocketStream joins the likes of:<p>* Brunch: <a href="http://brunchwithcoffee.com/" rel="nofollow">http://brunchwithcoffee.com/</a><p>* Zappa: <a href="https://github.com/mauricemach/zappa" rel="nofollow">https://github.com/mauricemach/zappa</a><p>* Coffeemate: <a href="https://github.com/coffeemate/coffeemate" rel="nofollow">https://github.com/coffeemate/coffeemate</a><p>Of course, SocketStream's use of websockets to deliver <i>all</i> content (after an initial payload) is a very different, very opinionated approach. I also like the look of API namespacing, which allows client and server code to be structured analogously without having to use `requires` at the top of every file (one of Node's weaker points, as Ryan Dahl would be the first to tell you). It all sounds very well thought-out, and I can't wait to see where this framework goes from here.