ANN: dmc_sockets - event-based socket library

i just published a new socket communication module in the DMC Library. it wraps regular LuaSockets to give additional functionality, including the ability to use events or callbacks to get notification about socket changes (e.g., data available for reading)

if you’re interested:

http://code.coronalabs.com/code/dmcsockets-–-buffered-non-blocking-event-or-callback-based-network-library

https://github.com/dmccuskey/DMC-Corona-Library

ps, i actually wrote this to support a new WebSockets library i’m building. i hope to have that published by today on github.

happy coding !

dmc