Skip to content

Simple websocket chat server based on tokio-tungstenite

Notifications You must be signed in to change notification settings

puqiulin/websocket-chat-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Websocket chat server

Based on tokio_tungstenite

Run server

cargo run

Run client

Install client tool websocat

brew install websocat

Run

websocat ws://127.0.0.1:9595

About

Simple websocket chat server based on tokio-tungstenite

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages