4.2.0 - Websockets, SSE, and Route Refactor
This release contains new features for:
- Websocket server handler capability
- Server Sent Event handler capability
- Route refactoring to make it easier to declare routes in seperate files
This release is backwards compatible. See #63 for the complete list of changes.
Thank you @michalpokusa.
To use in CircuitPython, simply install the Adafruit CircuitPython Bundle.
To use in CPython, pip3 install adafruit-circuitpython-HTTPServer
.
Read the docs for info on how to use it.