Skip to content

Simple implementation of web sockets using tokio tungstenite.

Notifications You must be signed in to change notification settings

nikola-bozin-org/rust-websockets

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

How to use

  • cd server
  • cargo run
  • Open few new terminals
    • in each terminal:
      • cd client
      • cargo run

The output should be:

  1. When new client is connected to server, server will broadcast message that connected client has sent (broadcast to all currently connected) and it will send a special message only to that just connected client.

About

Simple implementation of web sockets using tokio tungstenite.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published