100% Autohotkey implementation of Websocket and HTTP server comes with a mousepad-esque app as example
- add responses for errors
- clear client references when it closes (garbage collection type of thing)
- documentation
- GeekDude: for the amazing cJson.ahk
- zhamlin: for AHKhttp the inspiration (and basis) for this project
- jNizM: for AHK_CNG from which I stole the SHA1 hashing
- Laszlo: for the Base64 decoder, which btw was a pain in the a** to find, somehow most base64 decoders I tried didn't work smh, also I learned a lot from his posts on the forums
- Cloaker: for pointing a better Base64 source