Skip to content

sairash/p2p_chat_app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Peer 2 Peer Chat

Good looking peer to peer chat made with golang.

Features

  • Automatic Peer Discovery
  • Connect with everyone in the current local address
  • Have multiple Peers from the same device (Shared Port)
  • Good Terminal Design

Demo

Demo

How To Install

Clone the Repo

git clone https://github.com/sairash/p2p_chat_app.git

Go to the directory

cd p2p_chat_app

Use Make to run the application

make run

Or Build and run the application

go build -o p2p
./p2p  -name sai -port 8080 -local false -debug false

Repeat the same thing in another terminal or computer and enjoy talking peer to peer.

About

Peer to Peer Chat Application made in golang

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published