8000 GitHub - bzar/chatrs: A Rust doodle implementing a simple chat system with multiple clients
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

bzar/chatrs

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

Watchers

Forks

Releases

No releases published

Packages

No packages published
0