Is there a difference between faltiron's restful and node-restify ?
restful takes resources created with resourceful and automatically generates RESTful routes for them (similar to the way Rails does).
node-restify is a library for generating your own RESTful APIs; it does no auto-generation of routes for you.