Skip to content
This repository has been archived by the owner on Mar 25, 2021. It is now read-only.

46bit/comms-chat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Chat

A simple relay between multiple clients, built as a demo project for the comms library.

Multiple clients connect over TCP and type to each other - demo video.

Running

You'll need Rust and to clone this repo. Then run cargo run and you should see the server build and start up.

Talking

  • To live-type, run a few terminal windows of stty -icanon && nc localhost 8080 and type into them.
  • To talk a line at a time, run a few terminal windows of nc localhost 8080 and type into them followed by a newline.

You can mix both - the buffering is on the client side.

About

A chat server built as a `comms` demo project.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages