Skip to content

A real-time chat system created using only TCP and system calls. 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

A real-time chat system created using only TCP and system calls. TCPとシステムコールのみを用いて作成したリアルタイムチャットシステムです。

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages