Skip to content

Leveraging tokio-tungstenite to publish and subscribe to websockets

benracine/simple-websocket-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Introduction

This is a simple demonstration of a WebSocket server and client.

The server is a simple WebSocket server that sends a message to the client every 2 seconds.

The client is a simple WebSocket client that connects to the server and prints the messages it receives.

Quick Start

  1. Run the server:
cargo run --bin demo-runner

About

Leveraging tokio-tungstenite to publish and subscribe to websockets

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages