---
title: "Microdot: Yet Another Python Web Framework"
url: https://daily.dev/posts/microdot-yet-another-python-web-framework-l4bo3ezxn
source_url: https://blog.miguelgrinberg.com/post/microdot-yet-another-python-web-framework
type: article
source: "Hacker News"
published: 2024-01-01T20:01:38.748Z
updated: 2026-05-21T02:12:50.259Z
tags: ["python", "server-sent-events", "websocket"]
reading_time: 6
upvotes: 8
comments: 0
language: en
---

> ## Documentation Index
> Fetch the complete documentation index at: https://daily.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# Microdot: Yet Another Python Web Framework

**[Hacker News](https://daily.dev/sources/hn)** · 6 min read · 8 upvotes · 0 comments

## Summary

Microdot is a Python web framework designed for small devices running MicroPython. It has Flask-like syntax, is compatible with asyncio, and supports WebSocket and Server-Sent Events.

## Full article

daily.dev links to this article rather than hosting it. Read it at the original source: <https://blog.miguelgrinberg.com/post/microdot-yet-another-python-web-framework>

## Similar posts on daily.dev

- [Don’t just attend KubeCon \+ CloudNativeCon, Merge Forward your experience\!](https://daily.dev/posts/don-t-just-attend-kubecon-cloudnativecon-merge-forward-your-experience--l0rpp73x8) · CNCF · 0 upvotes · 0 comments
- [Announcing H2 2026 KCDs](https://daily.dev/posts/announcing-h2-2026-kcds-m96goajm1) · CNCF · 1 upvotes · 0 comments
- [Two months of Open Community Groups](https://daily.dev/posts/two-months-of-open-community-groups-asf52zhbs) · CNCF · 0 upvotes · 0 comments

---

Tags: [#python](https://daily.dev/tags/python), [#server-sent-events](https://daily.dev/tags/server-sent-events), [#websocket](https://daily.dev/tags/websocket)

[View this post on daily.dev](https://daily.dev/posts/microdot-yet-another-python-web-framework-l4bo3ezxn)
