encode / broadcaster

Broadcast channels for async web apps. 📢
BSD 3-Clause "New" or "Revised" License
1.13k stars 121 forks source link

Use memory:// in demo code #92

Closed ross-spencer closed 1 year ago

ross-spencer commented 1 year ago

Suggestion to use memory:// in the demo code to reduce the barrier to entry. It works well, and for some of us with Redis auth setup, removes the need to figure that out.

Was also tempted to also suggest templates = Jinja2Templates(".") for the templates, and so then everything can be served from the same folder easily. NB. I didn't make that change in this PR though.