Skip to content

tmsdev82/basic-warp-websocket-server-tutorial

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rust websocket server tutorial

This repository to the article on my blog describing how to write a websocket server with Rust. The article can be found on my blog here: TMS Blog - Rust Warp WebSocket server

WebSocket clients will be able to connect to 127.0.0.1:8000/ws and send a "ping" text message to receive a "pong" message back.

Running the server

Simply use the use the cargo run command to run the program. There is no additional configuration needed.

The server will run on 127.0.0.1:8000.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages