Re: Making automated trading decisions based on websocket feed
by
phortran
on 25/04/2013, 07:19:26 UTC
I've done quite a bit with node.js and socket.io. This would be pretty simple to implement (the core functionality at least). You would send trade requests via normal HTTP, see https://github.com/mikeal/request .