Skip to content

Latest commit

 

History

28 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple chat client and server written in Rust

Build for platforms:
Build status

Goals

Server

  • Create a basic chat server
  • Handle TCP Connections
  • Serve websocket connection
  • Authenticate clients
  • Broadcast global messages
  • Handle clients history
  • Broadcast user activity join/leave

Client

  • TUI
  • Create a basic chat client
  • Handle TCP Connection
  • Handle websocket connection
  • Authenticate to server
  • Fetch messages
  • Write message to chat
  • Show chat history

About

Simple chat over http. Main purpose to learn Rust on live project

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages