gallery.accords-library.com/server/szurubooru/api
rr- af62f8c45a server/general: ditch falcon for in-house WSGI app
For quite some time, I hated Falcon's class maps approach that caused
more chaos than good for Szurubooru. I've taken a look at the other
frameworks (hug, flask, etc) again, but they all looked too
bloated/over-engineered. I decided to just talk to WSGI myself.

Regex-based routing may not be the fastest in the world, but I'm fine
with response time of 10 ms for cached /posts.
2016-08-14 16:43:35 +02:00
..
__init__.py server/general: ditch falcon for in-house WSGI app 2016-08-14 16:43:35 +02:00
comment_api.py server/general: ditch falcon for in-house WSGI app 2016-08-14 16:43:35 +02:00
info_api.py server/general: ditch falcon for in-house WSGI app 2016-08-14 16:43:35 +02:00
password_reset_api.py server/general: ditch falcon for in-house WSGI app 2016-08-14 16:43:35 +02:00
post_api.py server/general: ditch falcon for in-house WSGI app 2016-08-14 16:43:35 +02:00
snapshot_api.py server/general: ditch falcon for in-house WSGI app 2016-08-14 16:43:35 +02:00
tag_api.py server/general: ditch falcon for in-house WSGI app 2016-08-14 16:43:35 +02:00
tag_category_api.py server/general: ditch falcon for in-house WSGI app 2016-08-14 16:43:35 +02:00
user_api.py server/general: ditch falcon for in-house WSGI app 2016-08-14 16:43:35 +02:00