MongoDB website uses a "Browser Shell" to let anybody try how it works really easily. I would like to implement something like that for a site to let devs do some HTTP request for a REST API - how should I approach this? Is there a plugin or tool that I could use?
The mongoDB example can be found here: http://www.mongodb.org/# - click "Try It Out".