Hacker News new | ask | show | jobs
by Ricapar 4478 days ago
I think you missed this part:

> The Core lets you do your own socket programming over TCP and UDP.

There's nothing stopping you from writing your own TCP/UDP listener server and having the Spark write to a port on that.

1 comments

Except for the fact that the TCPClient library that they provide is broken and causes the core to lockup within a few minutes.