is tornado is the same as django ?
can I upload tornado project to normal host provid开发者_StackOverflow中文版ersNo. Tornado is a full web server. Django is a web framework that happens to have a web server included that can be used for testing. You will need more than just basic shared hosting to run it, preferably a full VPS.
Probably you will find this article interesting. Note that you cannot really compare Django to Tornado. Like @Ignacio said above they are not the same thing.
The article: http://5cience.net/blog/tornado-vs-django,4258/
And yes if you can upload tornado project to normal host providers.
精彩评论