bitshares / bitshares-core

BitShares Blockchain node and command-line wallet
https://bitshares.github.io/
Other
1.17k stars 648 forks source link

Check Steem PR #3286 Unix socket support #1771

Open abitmore opened 5 years ago

abitmore commented 5 years ago

User Story https://github.com/steemit/steem/pull/3286, https://github.com/steemit/steem/pull/3205

This PR adds to steemd the ability to offer a unix-socket webserver (in addition to http and ws).

For some node operators, they will use nginx or jussi on their front ends, with a steemd node running on the same box. And since TCP over localhost is dumb, I ported in the ability to use unix-sockets.

Impacts Describe which portion(s) of BitShares Core may be impacted by your request. Please tick at least one box.

Additional Context (optional) Add any other context about your request here.

CORE TEAM TASK LIST

pmconrad commented 5 years ago

Makes sense. Unix sockets should be faster than TCP.