Skip to content

A toy chat server in rust with a client to spam connections to it in golang.

Notifications You must be signed in to change notification settings

asdf93074/chat-rs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

chat-rs

Run server

rustc main.rs
./main

Connect using netcat or telnet

nc 127.0.0.1 9001
telnet 127.0.0.1 9001

Spam yourself with clients sending messages

go run traffic_client.go

About

A toy chat server in rust with a client to spam connections to it in golang.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published