Websocket program to be called from Ms Access
Budget: £10 – £15 GBP
I'm interfacing with a crypto currency exchange using msAccess and VBA. The time overhead with http means I'm missing placing orders as the price often moves before the order is received. The exchange has websockets. Instead of using http I need a small program which msAccess can send the request to, which will use a websocket to send and receive data and send the response back to msAccess.