Non blocking sockets (I/O) in Bmx?

BlitzMax Forums/BlitzMax Programming/Non blocking sockets (I/O) in Bmx?

Mahan(Posted 2012) [#1]
I've been playing around with Node.js (http://nodejs.org/) for a while and I'm kinda liking the non blocking/select-loop idea in regards to networking.

Has anyone got something similar working in a BMX app? I.e. single threaded, event driven handling of non blocking sockets?