I wish you had screenshots or videos because I have no idea how it works. Someone who's looking for that particular thing probably wouldn't need it but I don't really know how to test it.
Viewing post in GodotTPD jam comments
Oh, I misread that wrong. I thought you were commenting on StreamToy.
Well, with GodotTPD there are no actual screenshots or videos. It’s an HTTP server, so you can call it via HTTP for different purposes (running a REST API, serving a website, etc.)
While I could screenshot a curl call, it wouldn’t be much of a help, would it?
You can check out StreamToy’s EventSub router and it’s use of HTTPServer for an example.