6 ms·
cool story, now try writing a "Hello World full stack web app" in turbo pascal.
by andreigheorghe 4y ago
cool story, now try writing a "Hello World full stack web app" in turbo pascal.
- yborg 4y agoAnd another Youtube video is born...
- tokinonagare 4y agoIt's actually quite easy if you can find a networking library: bind and listen on a socket on port 80, read text until you get GET / HTTP/1.1, discard whatever comes after, write back a response containing "Hello World" in the correct format (few lines of text) and that's it! A new full stack web app is born.