Skip to content

A HTTP and WebSocket server implementation written purely in ahk

Notifications You must be signed in to change notification settings

gustavooavila/Autohotkey-WebSocket-Server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 

Repository files navigation

Autohotkey Websocket HTTP Server

100% Autohotkey implementation of Websocket and HTTP server comes with a mousepad-esque app as example

TODO:

  • add responses for errors
  • clear client references when it closes (garbage collection type of thing)
  • documentation

Thanks to:

  • 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

About

A HTTP and WebSocket server implementation written purely in ahk

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published