Nicolás Parada Subreply feels pretty fast. Which stack does it use? Have you writen any technical showoff of it ? I've been making a social app on youtube and I've taken inspiration from subreply youtube.com/playli... :)
··· 1y, 36w 5 replies ¬
Login or register your account to reply
🦿 Lucian Marin I'm using a Python stack: Falcon as web framework, Django for ORM, PostgreSQL, PgBouncer to keep DB connections hot, Gunicorn for async and multithreading HTTP requests, sockets for connections between each stack component to reduce latency. I pay vultr.com/?ref=894... for a high frequency Intel server to reduce latency even further.
··· 1y, 36w 4 replies
Nicolás Parada Awesome. Doesn't look anything crazy. Maybe it is just a well designed and simple database schema... How do you query the feed from SQL. Do you use fan-out, or fan-in?
··· 1y, 36w 3 replies