pixelspark / catena

Catena is a distributed database based on a blockchain, accessible using SQL.
MIT License
302 stars 23 forks source link

Add support for outgoing peer connections on Linux #17

Open pixelspark opened 7 years ago

pixelspark commented 7 years ago

Needs a proper Linux WebSocket Client (Starscream relies on CFNetwork and that is not available on Linux)

pixelspark commented 7 years ago

See https://github.com/daltoniam/Starscream/issues/346