opencoweb / coweb

Open Cooperative Web Framework
Other
232 stars 29 forks source link

node.js coweb server implementation #27

Open parente opened 13 years ago

parente commented 13 years ago

Dylan mentioned this in one of our initial talks. I think he said the cometd guys were interested in doing a node.js implementation of a cometd server. If they build it, someone could easily build a coweb implementation on top of their work.

I don't think we want to maintain yet another server impl, but if someone steps up to do the work and takes ownership of the node.js server, we should back that. node.js is a hot-topic right now and having node.js coweb server would expand interest in coweb.

vinomaster commented 13 years ago

We like this idea if there is enough uptake on node.js. As such we will wait and see but this request has merit.

parente commented 13 years ago

Possible node.js bayeux implementation to base it on: http://faye.jcoglan.com/

jamescasbon commented 12 years ago

There's also http://sharejs.org/ which does OT in node.js.