This is a rudimentary webserver prototype as an addon for Codename Engine. Only supports GET requests at the moment.
Plop your landing page as index.html as it would be the first thing it looks for.
For one, you can make a request with the Fetch API for songs.json and it will display some information about what the client is up to (like the score and stuff).
- make the damn thing work
- figure out how to use fetch api (and implement a system for it)
- publish prototype
- fix image embeds
- documentation
- automatically find and set socket ip for binding
- optimize
MeadowHTTP was the title of my first webserver that was originally written in C# following a specific Medium tutorial on the subject.
I was bored. That's literally it.
Depends if college decides to decimate my schedule.