gester
v1.0.0
Published
scuttlebutt chat
Downloads
3
Readme
:hamster: gester :hamster:
p2p chat app built on scuttlebutt
more on scuttlebutt: https://www.scuttlebutt.nz/
potentially chat with friends on the same network without even being connected to the internet :raised_hands:
this is just a more user friendly ui for scat :mouse:
install / run from source
$ npm install
$ npm start
what's happening
gester/scat uses a special message type scat_message
. this means that if you're using something like Patchwork, your feed won't be all gobbled up by chat messages. And scat won't be all gobbled up by your posts.
but since it's all the same protocol and all the same feeds, all the same people are there. gester/scat looks for about
messages to show a user's name instead of their id, but falls back to the id if necessary.
gester/scat will honor self-identification above a 3rd party's identification of another user, and will honor your identification of another user above their own self-identification. a 3rd party's identification of another user is not honored at all.
license
MIT