https://github.com/zduny/balls
Rust web app template example.
https://github.com/zduny/balls
rust webapp websocket
Last synced: 2 months ago
JSON representation
Rust web app template example.
- Host: GitHub
- URL: https://github.com/zduny/balls
- Owner: zduny
- License: mit
- Created: 2022-11-15T13:40:50.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-01-24T11:13:38.000Z (over 2 years ago)
- Last Synced: 2025-02-10T11:44:49.853Z (4 months ago)
- Topics: rust, webapp, websocket
- Language: Rust
- Homepage:
- Size: 26.4 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Balls
Watch others move their balls in real time.

## Prerequisites
To build the app [wasm-pack](https://rustwasm.github.io/wasm-pack) needs to be installed.
## Development
Use shell scripts to format code, lint, build, test, run or clean:
```bash
./format.sh
./clippy.sh
./build.sh
./test.sh
./run.sh
./build_and_run.sh
./clean.sh
```### Windows
Above scripts are available in Batch file form in `windows` directory.
**NOTE**: They have to be run from said `windows` directory, don't move them to project root directory before running them.
## See also
[rust-webapp-template](https://github.com/zduny/rust-webapp-template)