Pylons / pyramid_cookbook

Pyramid cookbook recipes (documentation)
https://docs.pylonsproject.org/projects/pyramid-cookbook/en/latest/
182 stars 124 forks source link

ASGI cookbook recipe #198

Closed jordaneremieff closed 6 years ago

jordaneremieff commented 6 years ago

Refers to https://github.com/Pylons/pyramid/issues/2603.

This provides an example ASGI WebSocket app using Pyramid. It also contains example deployment configurations for nginx and supervisor.

jordaneremieff commented 6 years ago

Thanks for the quick feedback :)

I'll have a think about how I should go about hosting the documentation and then update the PR based on your suggestions.

stevepiercy commented 6 years ago

Thank you!