Skip to content

4.2.0 - Websockets, SSE, and Route Refactor

Compare
Choose a tag to compare
@FoamyGuy FoamyGuy released this 31 Jul 16:48
· 111 commits to main since this release
83ea10d

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.