Skip to content

A simple telnet chat using Rust for educational purpose

Notifications You must be signed in to change notification settings

ktg9/rust_simple_telnet_chat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Rust simple telnet chat

A simple telnet chat using Rust for educational purpose server client

Features

  • Multiple users can join a single chat
  • Users can have nickname
  • If username is not specified, the username will be client-i when i is an increasing number

How to run

  • Run chat server by cargo run
  • Open a terminal with telnet client installed and run telnet ip 8080 ip = localhost if client is on the same machine with server , for example telnet 192.168.1.20 8080
  • Start chatting
  • Change nickname by typing: username: your-user-name, for example username: songoku

Architecture

About

A simple telnet chat using Rust for educational purpose

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages