F
F
fenix2015-04-21 12:49:27
Python
fenix, 2015-04-21 12:49:27

RestFul in python, which framework to choose?

Good afternoon. It was required to make rest api on a python.
I can't decide on a framework. Django rest framework? Or is a tornado better suited for these purposes?
For the most part, requests from clients will be lightweight. The hardest part is uploading photos to the server.
It is also necessary to organize a server for a chat between two people (mobile application clients)
for a chat I tend to tornado more.
Seek advice from knowledgeable gurus

Answer the question

In order to leave comments, you need to log in

3 answer(s)
M
Mikhail Osher, 2015-04-21
@feenix

Flask + Flask-RESTFul

B
bromzh, 2015-04-21
@bromzh

API - Flask (or Eve )
Chat - tornado

A
Andrey K, 2015-04-21
@mututunus

For chat I recommend https://github.com/KeepSafe/aiohttp

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question