Websocket program to be called from Ms Access -- 2
Budget: £20 – £250 GBP
I'm using msAccess (VBA) to interface with a cryptocurrency exchange. I use POST and GET http requests. The time overhead with http means I'm missing placing orders as the price often moves before the order is received on the exchange. The exchange has websockets but VBA does not seem to work with websockets. Instead of using http I need a small program to which msAccess can connect to and send the request to. The small program will use a websocket to send the request to the exchange, receive the response and send it back to msAccess.