Ask HN: Fastest setup for Restful Web Service Because I don't trust the results of google and how old they are I am going to ask the HN Community. I want to get a proof of concept out for an app. I am more of a UI developer and have dabbled in django/tastypie however it will take me a good couple days to get that setup in AWS. I have a data model that I could easily implement in a database (pretty good with SQL) but not tied to relational DB. My Question: What is the absolute easiest and fastest way to setup a restful web service based on a datamodel. (And I'd like to use json for the format) GO! |