gallery.accords-library.com/server/szurubooru
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
..
api server/general: ditch falcon for in-house WSGI app 2016-08-14 16:43:35 +02:00
db server/general: add entity versions 2016-08-07 09:55:51 +02:00
func server/general: ditch falcon for in-house WSGI app 2016-08-14 16:43:35 +02:00
middleware server/general: ditch falcon for in-house WSGI app 2016-08-14 16:43:35 +02:00
migrations server/general: add entity versions 2016-08-07 09:55:51 +02:00
rest server/general: ditch falcon for in-house WSGI app 2016-08-14 16:43:35 +02:00
search server/posts: fix relations bidirectionality 2016-07-17 21:14:03 +02:00
tests server/general: ditch falcon for in-house WSGI app 2016-08-14 16:43:35 +02:00
__init__.py split files into client/ and server/ 2016-04-01 18:48:16 +02:00
config.py server/config: move config validation to app.py 2016-05-10 12:15:33 +02:00
errors.py server/posts: add post creating 2016-05-02 00:07:33 +02:00
facade.py server/general: ditch falcon for in-house WSGI app 2016-08-14 16:43:35 +02:00