Two springs to mind: The node port of Swagger: https://github.com/wordnik/swagger-node-express
And IODocs: https://github.com/mashery/iodocs Trygve ----- Reply message ----- From: "Victor Hooi" <[email protected]> To: <[email protected]> Subject: [nodejs] Browserable REST API framework? Date: Sat, Aug 10, 2013 00:00 Hi, I'm currently using the Django Rest Framework (http://django-rest-framework.org/), which is, as the name suggests, a REST framework for Django. It has a very neat browserable API - you can see a demo here: http://restframework.herokuapp.com/ Basically, if you go to the REST endpoints with a browser, it offers a nice HTML interface, and if it's a writeable endpoint, you can also use a webform to POST/PUT etc. It's quite nice for discovery, and also great for testing/debugging. I'm just curious if anybody knows of something similar or equivalent in Node.js? Cheers,Victor -- -- Job Board: http://jobs.nodejs.org/ Posting guidelines: https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines You received this message because you are subscribed to the Google Groups "nodejs" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/nodejs?hl=en?hl=en --- You received this message because you are subscribed to the Google Groups "nodejs" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out. -- -- Job Board: http://jobs.nodejs.org/ Posting guidelines: https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines You received this message because you are subscribed to the Google Groups "nodejs" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/nodejs?hl=en?hl=en --- You received this message because you are subscribed to the Google Groups "nodejs" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
