Skip to content

Like your terminal’s `echo`, but with a twist! Let multiple user echoes come right into your CLI for real-time chat.

Notifications You must be signed in to change notification settings

Demon-Sheriff/Echo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mutiple user echoes right into your terminal on a local network.

  • No websocket connections used.
  • Raw TCP and UDP sockets used for client-server communication and p2p discovery.

Private Room architecture [Client Server Model]

Screenshot from 2024-12-30 11-21-40


Class Design

image


Multi-client-server architecture

image

About

Like your terminal’s `echo`, but with a twist! Let multiple user echoes come right into your CLI for real-time chat.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages