Just got node.js running on an ubuntu server instance. Got a couple of simple server apps running. Does anyone know of any REST frameworks that have been built or are in development?
+2
A:
Picard's use of HTTP verbs for request routing is suggestive of REST, but I don't know of any REST frameworks per se. Most that I've seen so far have a Django/Rails style.
Restler is a node.js REST client if that's what you're looking for.
Michael Greene
2010-01-20 06:17:40
Here is a list of Node modules. Restler is the only one listed there.http://wiki.github.com/ry/node/modules
Grumdrig
2010-01-20 06:32:57
+3
A:
For future people looking at this, there's a framework called Express that seems to fit the bill. http://wiki.github.com/visionmedia/express
Geuis
2010-03-19 06:50:38
A:
If your service is JSON-only, journey looks very promising as well.
PartlyCloudy
2010-05-21 10:53:48