-
Notifications
You must be signed in to change notification settings - Fork 93
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Framework for HTTP(S) API? #24
Comments
The trend now seems to be |
I'm somewhat concerned that |
I would recommend Pyramid framework. http://www.pylonsproject.org/ |
Pylons/Pyramid is a full-featured framework with ACL, resource-based URLs etc. Lightweight framework like Flask or even pure-wsgi (via gunicorn or wsgiref.simple_server) should be much better for API. |
My mistake, I thought this was in reference to the webui, like go-ipfs has. If it's just the API, then Flask is certainly enough (and quite nice for that). |
|
I'd like to have a consensus on how to implement the HTTP(S) API. I would suggest Flask but that is only because of my inexperience with other options (Bottle, Pyramid, etc).
Once we have a decision on this, a skeleton API could be written with the actual implementation filled in as the functionality materializes. It will mostly be boilerplate and there is no reason for implementers of actually hard things to have to write that code as well.
The text was updated successfully, but these errors were encountered: