I wrote an api framework that has something like that: http://percolatorjs.com . This blog post explains the browser part a little bit: http://caines.ca/blog/programming/so-i-wrote-a-json-api-framework-and-the-framework-was-the-least-interesting-part/ .
I personally never want to use a regular web API again. G On Friday, August 9, 2013 3:00:59 PM UTC-7, Victor Hooi wrote: > > 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.
