Bookmark this Gist in case you have to work with W...
# tornadofx
c
Bookmark this Gist in case you have to work with WebSockets and binary data https://gist.github.com/bekwam/18d87c75bea368f954f37774fa3df7de I'm working on sending binary data over a WebSocket today (a fixed-format file) using JavaFX and didn't find this API (new -> allocate -> wrap -> put -> flip) to be intuitive at all.