|
|
|
|
|
by ascotan
1986 days ago
|
|
1. simpler architecture - python typically requires multiple systems to deal with concurrency (ioloops, celery, etc) 2. execution speed - Django's ORM comes to mind 3. concurrency That being said there are alot of great features with python web frameworks that come out of the box. You need to a lightweight project like gin/echo or something to get these features. Naked net/http is sorta like the 'erector set' of web frameworks. |
|