Skip to content

josephwoodward/rust-ws-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

56 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple Rust based WebSocket Server

A simple Rust based Web Sockets server developed with the goal of learning more about Rust.

Note: I've tried to use as few dependencies as possible, including writing a simple HTTP server from scratch for the initial connection upgrade.

How to run

  1. Clone this repo
  2. Run cargo run from the root
  3. Go to https://websocketking.com/
  4. Set the url to ws://localhost:8082/ws and send a text request

About

Rust based WebSocket Server

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages