Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

chatrs

I wanted to try some Rust libraries so I made a chat system. Use cargo make to build and run from the target directory.

src

Contains shared code. lib.rs is shared by the server and clients, client.rs is additionally shared by clients.

message_server

Implements a simple chat server using message-io.

web_server

A super simple static file web server using actix-web to serve web_client.

web_client

A web client for message_server implemented using Yew.

cli_client

A terminal client for message_server implemented using message-io, termion and tui-rs.

About

A Rust doodle implementing a simple chat system with multiple clients

Resources

Stars

2 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages