Skip to content

A demo project using Actix websockets with Prost protobuf.

Notifications You must be signed in to change notification settings

fdeantoni/actix-ws-prost

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Actix Websocket with Prost Protobuf

Simple echo websocket server and a simple websocket client using protobuf.

This project is based on the Actix Websocket Example.

Usage

server

cargo run --bin server
# Started http server: 127.0.0.1:8080

web client

rust client

cargo run --bin client

About

A demo project using Actix websockets with Prost protobuf.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published