Skip to content

admwrd/webchat-rs

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

webchat-client-rs

A doodle to create a mostly-rust client-server web app with a shared data model and binary communication over websocket between a server and WebAssembly client built using wasm-bindgen.

Instructions

To build and run the server, run cargo run localhost:8081 inside the webchat-server-rs directory.

To build the client do cargo install wasm-bindgen-cli and npm install inside webchat-client-rs/web. To run the client, run make run inside the webchat-client-rs directory. It will run at localhost:8080.

About

Rusty client-server chat webapp doodle with wasm-bindgen and serde

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Rust 65.1%
  • JavaScript 14.6%
  • HTML 14.4%
  • Makefile 5.9%