We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
A module like ssb-server, but using ssb-db2.
ssb-server
That way you can do npm i -g server2
npm i -g server2
client
The text was updated successfully, but these errors were encountered:
There is an issue with getting the basic RPC part to work.
ssbc/ssb-client#58
planetary-social/ssb-server2#1
Could maybe create a muxrpc interface locally that does not authenticate any calls since it is local.
Need
localhost
see node-ipc
the remote address in ssb-client
Should do that, but without the SHS part, just a muxrpc stream on localhost.
an example of muxrpc over websockets
Should do that, but with the net module maybe
net
Sorry, something went wrong.
nichoth
No branches or pull requests
A module like
ssb-server
, but using ssb-db2.That way you can do
npm i -g server2
client
https://github.com/ssbc/ssb-server/blob/main/bin.js#L99The text was updated successfully, but these errors were encountered: