Skip to content
This repository has been archived by the owner on Dec 19, 2020. It is now read-only.

hermitmotel/wasm-chat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Chat Demo

Build and start demo

  • Install Rust toolchain
  • Install Node.js
  • Install wasm-pack
  • Start chat server in directory chat-server
    • cargo run
  • Start web server in directory chat-frontend
    • npm start
  • Open http://localhost:8080/ in a browser

Build WebAssembly plugin

The server loads a plugin as WebAssembly. The binary is already stored in chat-server. To build the plugin, switch to the directory plugin and start the build process with the command cargo build.

About

No description, website, or topics provided.

Resources

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published