Skip to content

Latest commit

 

History

History
24 lines (14 loc) · 737 Bytes

README.md

File metadata and controls

24 lines (14 loc) · 737 Bytes

Ga-Se-Hhu

License

Ga-Se-Hhu (Gossip in Wu-Chinese) is a serverless P2P chatting application.

Visit home page to host your own chatroom.

Screenshot

screenshot

Features

  • Serverless: There is no server between two peers once the connection is etablished by a PeerJS server. No peer-to-peer data goes through the server.

  • Short-lived: The messages are not persisted. Every peer receives and stores the messages in its own memory. A chatroom will be closed once the host leaves.

  • Anonymous: You do not need to register an account.