https://github.com/lencx/rws
rust-web
https://github.com/lencx/rws
actix-web rust web
Last synced: about 1 year ago
JSON representation
rust-web
- Host: GitHub
- URL: https://github.com/lencx/rws
- Owner: lencx
- License: mit
- Created: 2019-11-10T15:44:48.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-11-10T15:51:37.000Z (over 6 years ago)
- Last Synced: 2024-05-23T05:34:00.461Z (about 2 years ago)
- Topics: actix-web, rust, web
- Language: Rust
- Size: 12.7 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# RSW
## Autoreloading
```bash
cargo install systemfd cargo-watch
```
```toml
[dependencies]
listenfd = "0.3.3"
```
```bash
# run server
systemfd --no-pid -s http::4000 -- cargo watch -x run
```