extension
Web tools

vbAsyncSocket

Simple and thin WinSock API wrappers for VB6 loosely based on the original CAsyncSocket wrapper in MFC.

Category: Web tools
Host: github.com
GitHub: @wqweto
Platforms: Windows
Office apps: All Office apps

Open on github.com

Alternative web tools libraries (6)

  • VBA-Web — Connect VBA, Excel, Access, and Office for Windows and Mac to web services and the web.
  • VBA-WebSocket — Microsoft example code for a WebSocket client which can be used in conjunction with an echo server. There…
  • Edge Automation — Automate Chromium Edge using devtools protocol. [GitHub backup here](https://github.com/sancarn/stdVBA-Inspiration/tree/master/ChromeEdgeAutomation).
  • Chrome Automation (via devtools protocol) — Automate Chrome using chrome devtools protocol.
  • SeleniumVBA — Drive selenium webdriver directly from VBA. If you don't have the driver installed, the library will attempt to…
  • webxcel — A webserver which runs a RESTful backend. The creator also made an [article](https://dev.to/michaelneu/to-vba-and-beyond—building-a-restful-backend-using-plain-microsoft-excel-macros-76n) on how it works on…

More from @wqweto (2)

  • VbPeg — A parser generator for VBA. Converts PEG grammar like [this](https://github.com/wqweto/VbPeg/blob/master/test/Runner/peg/Kscope/grammar.peg) into [VBA code like this](https://github.com/wqweto/VbPeg/blob/master/test/Runner/peg/Kscope/cKscope.cls). Very…
  • VbPeg — A parser generator for VBA. Converts PEG grammar like [this](https://github.com/wqweto/VbPeg/blob/master/test/Runner/peg/Kscope/grammar.peg) into [VBA code like this](https://github.com/wqweto/VbPeg/blob/master/test/Runner/peg/Kscope/cKscope.cls). Very…