Skip to content

VBA Websocket Sample (Echo Server Client)

License

Notifications You must be signed in to change notification settings

china3927/vba-websocket

 
 

Repository files navigation

vba-websocket

VBA Websocket Sample (Echo Server Client)

While searching for examples of VBA code that use the Websocket protocol, I found the original Microsoft example code for an echo server client (copy in WinHttpWebSocketSample.bas).

The files for "Main.bas" and "WinHttpCommon.bas" can be imported into VBA to make a client that works with an echo server.

Unfortunately, https://websocket.org/ is no longer working, try ws://echo.websocket.events

About

VBA Websocket Sample (Echo Server Client)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • VBA 60.3%
  • BASIC 39.7%