Skip to content

Latest commit

 

History

History
31 lines (22 loc) · 996 Bytes

README.md

File metadata and controls

31 lines (22 loc) · 996 Bytes

Axact

Original Source

Fork Changes

  • Added Chat support to existing Rust and Preact apps
  • Rust app refactored into modules
  • Improved and refactored UI
    • CSS updates
    • Created Preact components
    • Moved Websocket creation into app
  • Screenshot Screenshot

Running

  • Ensure that you have rust installed
    • Start the Rust app using: cargo run
    • Click on the Listening on http://... link to open the UI

Other Forks