Skip to content

ngoclam9415/webchat

Repository files navigation

How to serve HTTP/2 using Python

This is the code to accompany an article, it has simple examples for serving a simple website via HTTP/2. It includes some bootstrap code.

Running

Assuming you have at least Python 3.6, firstly to setup:

$ python -m venv venv
$ source venv/bin/activate
$ pip install -r requirements.txt
$ openssl req -x509 -newkey rsa:4096 -keyout key.pem -out cert.pem -days 365 -nodes

then to run,

$ python quart_websocket # REMEMBER TO CONFIG MONGO TO 0.0.0.0

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published