Skip to content

Boilerplate code for rust hyper web server. Implements http/https/ws/wss single and multithreaded server with toml config.

License

Notifications You must be signed in to change notification settings

ddosoff/hyper-boilerplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

hyper-boilerplate

Boilerplate code for rust hyper web server. Implements http/https/ws/wss single and multithreaded server with toml config.

Going to add some shared state and websocket benchmarking code.

How to run

Install nightly rust

$ curl -s https://static.rust-lang.org/rustup.sh | sh -s -- --channel=nightly

Clone and run

$ git clone https://github.com/ddosoff/hyper-boilerplate.git
$ cd hyper-boilerplate
$ cargo run --release

About

Boilerplate code for rust hyper web server. Implements http/https/ws/wss single and multithreaded server with toml config.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages