Play tool
GodotTPD's itch.io pageResults
Criteria | Rank | Score* | Raw Score |
LOVE | #28 | 3.719 | 4.111 |
Ranked from 9 ratings. Score is adjusted from raw score by the median number of ratings per game in the jam.
GitHub or Gitlab repo
https://github.com/deep-entertainment/godottpd
Leave a comment
Log in with itch.io to leave a comment.
Comments
Ever since I first played a Minecraft modpack that used JourneyMap, I’ve been obsessed with using an embedded web server as an easy way for players to use a second monitor.
Thank you for making this, because I was already researching how to wrap a web server in gdnative. This is a much better solution.
Thanks!
5 stars definetely
Aww thanks!
Sounds intriguing, a sample project would help.
Also, note the API links on your GH Readme are coming up 404
Thank you.
You can check out StreamToy’s EventSub router and it’s use of HTTPServer for an example. Maybe I should add a smaller example to the repo as well. Good idea.
And somebody already sent a PR for the docs. If it was you, thank you very much! OpenSource just rocks!
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.
Thanks. I guess I should do a tutorial video about this if it’s really usable for people.
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.