Ask HN: Fastest setup for Restful Web Service
1–10 of 15 posts
Re: Ask HN: Fastest setup for Restful Web Service
#2Else, I might be partial to do it in something like Rails that would allow me to write almost 0 lines of code, instead just spend time connecting various gems, libraries, etc and make a push to Heroku and get a proof of concept up.
While Proof-Of-Concept is running (free on Heroku) I would probably spend time rewriting it in Python or if you become partial to Ruby, just sticking with it...
Re: Ask HN: Fastest setup for Restful Web Service
#3[1] https://flask-restless.readthedocs.org/en/latest/quickstart....
Re: Ask HN: Fastest setup for Restful Web Service
#4Re: Ask HN: Fastest setup for Restful Web Service
#5For example deployd is open source AFAIR; others (like Firebase, Parse) are hosted solutions. But overall they all give you instant CRUD over your data. In your case, their turn-key multi-user capabilities are a bonus.
Re: Ask HN: Fastest setup for Restful Web Service
#6If you feel like you have a headstart in Django, I'd go that route. Else, I might be partial to do it in something like Rails that would allow me to write almost 0 lines of code, instead just spend time connecting various gems, libraries, etc and make a push to Heroku and get a proof of concept up. While Proof-Of-Concept is running (free on Heroku) I would probably spend time rewriting it in Python or if you become p…
Re: Ask HN: Fastest setup for Restful Web Service
#7Go with Flask Restless [1]. You're gonna be up and running in minutes. [1] https://flask-restless.readthedocs.org/en/latest/quickstart....
Re: Ask HN: Fastest setup for Restful Web Service
#8...or you might want to forgo the custom back-end completely and use one of the "nobackend" solutions: http://nobackend.org/solutions.html For example deployd is open source AFAIR; others (like Firebase, Parse) are hosted solutions. But overall they all give you instant CRUD over your data. In your case, their turn-key multi-user capabilities are a bonus.
Re: Ask HN: Fastest setup for Restful Web Service
#9Re: Ask HN: Fastest setup for Restful Web Service
#10...or you might want to forgo the custom back-end completely and use one of the "nobackend" solutions: http://nobackend.org/solutions.html For example deployd is open source AFAIR; others (like Firebase, Parse) are hosted solutions. But overall they all give you instant CRUD over your data. In your case, their turn-key multi-user capabilities are a bonus.
I've looked at kinvey before. Maybe worth looking back into this. Have you had any experience with their ability to scale? (I know - get users first and then scale :| but you know.. can't help but thinking it)