shivajichalise / rust-tcp

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Rust TCP

  • Multi threaded (without thread pool) TCP Server
  • Multiple Producer, Single Consumer chat server

Usage

  1. Clone and cd into this project.

  2. In a terminal instance run:

cargo run
  1. Open two more terminal instance and run below on both:
telnet 0.0.0.0 6969
  1. Start sending messages from the terminals from where you ran the telnet command.

About

License:MIT License


Languages

Language:Rust 100.0%