I’m going to cover a lot of ground in this post, so here’s the TLDR: We built a Twitter-scale Mastodon instance from scratch in only 10k lines of code. This is 100x less code than the ~1M lines Twi…
First catch is probably the LoC used to make that engine they’re talking about they wrote it in. You can set up an entire rudimentary webserver in Python in a dozen or so lines by starting off with import http.server. It won’t be a good production ready HTTP server but it will serve HTTP
First catch is probably the LoC used to make that engine they’re talking about they wrote it in. You can set up an entire rudimentary webserver in Python in a dozen or so lines by starting off with
import http.server
. It won’t be a good production ready HTTP server but it will serve HTTP