Is there a difference between faltiron’s restful and node-restify ?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
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.