fastapi
Tornado
| fastapi | Tornado | |
|---|---|---|
| 594 | 17 | |
| 98,890 | 22,181 | |
| 1.1% | -0.2% | |
| 9.9 | 8.2 | |
| 4 days ago | 3 days ago | |
| Python | Python | |
| MIT License | Apache License 2.0 |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
fastapi
-
Shipping Sovereign SDK: Cryptographic Forensic Receipts and the End of the AI "Prose Tax"
The Sovereign SDK is a Python-native framework designed to minimize prose overhead while generating ironclad, cryptographic execution receipts for AI agents, complete with drop-in FastAPI/Starlette ASGI middleware.
- Autograder - Finish-Up-A-Thon
- BadHost – CVE-2026-48710 Starlette Host-Header Auth Bypass
-
16 Python Libraries You Should Know
FastAPI
-
Amazon SageMaker AI : SageMaker Studio, vLLM, Gemma 4 and Terraform for Receipt Extraction
FastAPI for create API, you can see this link
-
How tips with resume and salary negotiation: Lessons Learned
After 15 years of engineering, contributing to open-source projects like fastapi/fastapi and spacy-io/spacy, and writing for InfoQ and ACM Queue, my core advice is simple: treat your career like a product. Your resume is the marketing copy, your negotiation is the pricing strategy. Use data, not gut feelings. Quantify every impact, benchmark every offer, and never leave money on the table. The market is volatile, but senior engineers with measurable impacts will always have leverage. Start by scoring your resume with the extractor tool, pull your market baseline, and counter your next offer. It’s the highest-ROI work you’ll do this year.
-
I Cut My Claude Code Token Usage by 94% With This Open Source Tool
pip install code-context-engine python benchmarks/run_benchmark.py --repo https://github.com/fastapi/fastapi.git --source-dir fastapi
-
5-Minute AI Jobs and Closed Tabs — Why We Built Replay-Then-Tail SSE
We had a feature in production where a single user request could run for five-plus minutes — fetch documents, chunk them, hit an LLM per chunk, synthesize a final answer. We did the obvious thing first: a FastAPI handler that ran the pipeline and streamed progress back to the browser over Server-Sent Events.
-
Warp of Oz! 🌪️ Ep.1
FastAPI: fastapi.tiangolo.com
-
FastAPI With LangChain and MongoDB
FastAPI is a Python framework for building APIs quickly, efficiently, and with very little code.
Tornado
-
100 Most-Watched Software Engineering Talks of 2024
I don't think this is about a niche but rather a broader need for lists, more specifically, integrated lists from users. Pinterest, for example, is built around lists, Amazon has wishlists, IMDb[1] provides movie rankings, etc.
From a data portability perspective, the real challenge is getting users to connect all these platforms to a kind of unified list, making it accessible for queries, machine learning, or other applications. This, in my view, is a traction problem rather than a technical one, independent of whether it justifies a business. FriendFeed[2] was a very interesting project where users could connect their profiles with many services and their followers sees updates. It seems their Tornado web server keeps getting updated [3].
More than a decade ago, I explored some of these ideas [4][5], conceptualizing a directed acyclic graph (DAG) model where data operations could be performed at a global level, dynamically recalculating like a spreadsheet.
[1] My movies ranking: https://www.imdb.com/user/ur0601133/ratings/
[2] https://en.wikipedia.org/wiki/FriendFeed
[3] https://github.com/tornadoweb/tornado
[4] https://blog.databigbang.com/ideas-egont-a-web-orchestration...
[5] https://blog.databigbang.com/egont-part-ii/
- Tornado is a Python web framework and asynchronous networking library
-
Tornado VS tremolo - a user suggested alternative
2 projects | 11 Jul 2024
-
Epoll: The API that powers the modern internet (2022)
I am not expert in these but I thought Tornado's ioloop was readable enough for me to learn more event loops. Mostly, it was being implemented in pure Python.
https://github.com/tornadoweb/tornado/blob/branch4.5/tornado...
(Had to be in 4.5 because the newer versions 5.x and 6.x, it's switched to Python's stdlib asyncio)
-
Tornado web server/framework
I am a bit confused, Tornado is web server like a apache http server, or a framework like django, or both?
- Ask HN: What's the most elegant piece of code you've seen?
-
In your experience, what is the best backend framework for working with websockets?
For Python, I use Tornado.
-
tornado for a complete beginner
tornado? this https://github.com/tornadoweb/tornado ?
-
How to work with an RPC WebSocket Server
I'm writing a Node app that talks to a server that uses Tornado, a Python networking framework. The server uses WebSocket and structured JSON to expose RPCs, like sign_on called with the following message:
What are some alternatives?
AIOHTTP - Asynchronous HTTP client/server framework for asyncio and Python
Flask - The Python micro framework for building web applications.
Django - The Web framework for perfectionists with deadlines.
CherryPy - CherryPy is a pythonic, object-oriented HTTP framework. https://cherrypy.dev