non-Jedi / gyr

Python WSGI framework for developing matrix.org application-services
https://matrix.to/#/#gyr:matrix.org
GNU General Public License v3.0
10 stars 0 forks source link

Async by default #1

Open non-Jedi opened 7 years ago

non-Jedi commented 7 years ago

Gyr should probably be async by default. Not sure how the current blocking implementation would scale when used with a high-traffic homeserver. Look at building on top of aiohttp or sanic.

non-Jedi commented 7 years ago

This isn't blocked, per-se on matrix-org/matrix-python-sdk#127, but it sure would make this easier.