Skip to content

TCPとシステムコールのみを用いて作成したリアルタイムチャットシステムです

Notifications You must be signed in to change notification settings

Yz4230/smallchat-rust

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

smallchat-rust

A Rust implementation of antirez/smallchat.

Build

cargo build --release

Usage

Server

./target/release/server

Client

./target/release/client

About

TCPとシステムコールのみを用いて作成したリアルタイムチャットシステムです

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages