Welcome to the main community in programming.dev! Feel free to post anything relating to programming here!
Cross posting is strongly encouraged in the instance. If you feel your post or another person’s post makes sense in another community cross post into it.
Hope you enjoy the instance!
Follow the wormhole through a path of communities !webdev@programming.dev
Souns too good to be true, there gotta be some catch.
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