miniweb

Discussion about programs, libraries and tools that work with MicroPython. Mostly these are provided by a third party.
Target audience: All users and developers of MicroPython.
Post Reply
salvik
Posts: 1
Joined: Tue Jun 29, 2021 9:33 pm

miniweb

Post by salvik » Tue Jun 29, 2021 9:48 pm

Hi everyone!

I would like to introduce my web application framework - miniweb.

Functionalities:
  • routing (HTTP method, query params, path params, static files)
  • controllers
  • middleware function
It has comprehensive documentation and lot of examples.


I will be happy for your feedback. :)

https://github.com/mmasata/miniweb

Post Reply