Yuan Gao @meseta.dev · Nov 30

Want to see a dumb thing I made? A full on web server (HTTP/1.1) written in GML, using raw TCP socket handling Since I'm on vacation, I spent a little time updating it to use all the new goodness in the GameMaker Beta Runtime 2023.1100 than make all the string-parsing nicer.

0 likes 1 replies

?

Replies

Yuan Gao · Nov 30

Why did I do this? A couple years ago when I was experimenting with running GameMaker on the server, in particular inside kubernetes, I realized that one of the key things that prevent it from being used as part of server stacks is not having a nice way to interface with it