An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

        

# Balls

Watch others move their balls in real time.

![demo](https://i.imgur.com/QbH0smn.gif)

## 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)