Python web framework for I/O intensive page
I have a very I/O intensive task (it crawls webpages). I want to make this
task available via a web API and built some JavaScript+HTML interface on
top of it. And I want to do it in Python, since I already have a set of
Python scripts implementing this task.
Now I'm looking for a Python web framework to do this. What web framework
can you recommend for a very I/O intensive web page?
Some more details:
I already worked with Flask and I liked it
I don't need user management, but I need sessions
I want to build the actual UI with Angular/Ember
No comments:
Post a Comment