How does FriendFeed work, and what programming languages are used?
22nd January 2011
My answer to How does FriendFeed work, and what programming languages are used? on Quora
It was written in Python, using the Tornado asynchronous web server (which the FriendFeed team developed themselves). They used their own schemaless NoSQL-style store based on keeping serialized objects in MySQL.
http://www.tornadoweb.org/http://bret.appspot.com/entry/ho...
More recent articles
- LLM 0.22, the annotated release notes - 17th February 2025
- Run LLMs on macOS using llm-mlx and Apple's MLX framework - 15th February 2025
- URL-addressable Pyodide Python environments - 13th February 2025