1.0.0 • Published 6 years ago

gester v1.0.0

Weekly downloads
-
License
MIT
Repository
-
Last release
6 years ago

: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