You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@wookie.apache.org by Scott Wilson <sc...@gmail.com> on 2010/11/05 15:39:08 UTC

Wave API in Node.js

Hi everyone,

Just a quick update on my Node experiments. I've now created a Wave Gadget API server in Node.js, which can be used with Wookie but can be used completely standalone with any web framework. It implements some features that we don't have in the current setup, e.g. participants are dynamically removed when a client disconnects, but is otherwise equivalent to our current DWR-based implementation. 

I've written some documentation in the package and created examples to play with, including a Wookie patch and Feature extension.

The question I have is where this "lives". I could create a new project on Github, or I can create a sub-project in Wookie, which keeps it part of this community.

What do you think folks?

S