warp
A super-easy, composable, web server framework for warp speeds.
File Explorer
Download Latest Version (.zip)- bug_report.md
- config.yml
- feature_request.md
- ci.yml
- FUNDING.yml
- another.html
- index.html
- cert.ecc.pem
- cert.pem
- key.ecc
- key.rsa
- body.rs
- compression.rs
- dir.rs
- file.rs
- futures.rs
- handlebars_template.rs
- headers.rs
- hello.rs
- multipart.rs
- query_string.rs
- README.md
- rejections.rs
- returning.rs
- routing.rs
- sse.rs
- sse_chat.rs
- tls.rs
- todos.rs
- tracing.rs
- unix_socket.rs
- websockets.rs
- websockets_chat.rs
- and.rs
- and_then.rs
- boxed.rs
- map.rs
- map_err.rs
- mod.rs
- or.rs
- or_else.rs
- recover.rs
- service.rs
- then.rs
- unify.rs
- untuple_one.rs
- wrap.rs
- addr.rs
- any.rs
- body.rs
- compression.rs
- cookie.rs
- cors.rs
- ext.rs
- fs.rs
- header.rs
- host.rs
- log.rs
- method.rs
- mod.rs
- multipart.rs
- path.rs
- query.rs
- reply.rs
- sse.rs
- trace.rs
- ws.rs
- bodyt.rs
- error.rs
- generic.rs
- lib.rs
- redirect.rs
- reject.rs
- reply.rs
- route.rs
- server.rs
- service.rs
- test.rs
- tls.rs
- addr.rs
- body.rs
- cookie.rs
- cors.rs
- ext.rs
- filter.rs
- fs.rs
- header.rs
- host.rs
- method.rs
- multipart.rs
- path.rs
- query.rs
- redirect.rs
- reply_with.rs
- tracing.rs
- ws.rs
- .gitignore
- Cargo.toml
- CHANGELOG.md
- LICENSE
- README.md
# Installation Guide
1. Get the code
git clone https://github.com/seanmonstar/warp
Downloads the entire project code from GitHub to your computer.
cd warp
Moves into the project folder you just downloaded.
2. Rust
Medium RecommendedPrerequisites
- Git Needed to download the project code from GitHub.
- Rust (rustup) Installing via rustup also installs cargo.
cargo build --release
Compiles the Rust project.
cargo run
Builds and then immediately runs the program.
If cargo build finishes without errors, it worked. The executable is created under target/.
// repository documentation
Was this content helpful?
(0 ratings)
