Skip to content

gmorer/p2p_chat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

P2P_CHAT

A work in progress slack like p2p webchat using webrtc for client to client communication and websocket to enter the network.

Hyper and tungstenite for the server, binary protocol for server/client and client/client communication and wasm for the fron end.

Requirements

Install

// build
$> make build

// run
$> make run

http://localhost:8088

Roadmap

  • websocket with server
  • client / client communication
  • basic p2p exchange
  • self healing network
  • private messages
  • encryption
  • nice ui
  • automatic tests

About

p2p_chat using rust and wasm

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published