Has anyone already worked on a WSS UDF yet? I'm interested in making a project involving WSS with the ASYNC autoit library like ratchetphp / Pawl in PHP. (using reactphp)
ASYNC is a must, and obviously WSS. the problem with some libraries i've worked with in PHP are mainly issues with handshakes like improper peer name validation (for multi level certs)
relevant links: https://tools.ietf.org/rfc/rfc6455.txt
https://github.com/ratchetphp/Pawl
/e i should note i'm not looking for hybrid workarounds, i want to do this in autoit alone. (no javascript)