9623e4d326
* Use mdbook for building the book * Update book config * Update book hierarchy to work properly with mdbook This necessitated adding place-holder index pages since mdbook does not suppoert stand-alon menu items * Update tests to use 2018 edition * Fix various compilation errors in the tests
17 lines
751 B
Markdown
17 lines
751 B
Markdown
# Adding A Server
|
|
|
|
To allow using Juniper with the HTTP server of your choice,
|
|
it does **not** come with a built in HTTP server.
|
|
|
|
To actually get a server up and running, there are multiple official and
|
|
third-party integration crates that will get you there.
|
|
|
|
- [Official Server Integrations](servers/official.md) - [Hyper](servers/hyper.md)
|
|
- [Warp](servers/warp.md)
|
|
- [Rocket](servers/rocket.md)
|
|
- [Iron](servers/iron.md)
|
|
- [Hyper](servers/hyper.md)
|
|
- [Third Party Integrations](servers/third-party.md)
|
|
- [Actix-Web](https://github.com/actix/examples/tree/master/juniper)
|
|
- [Finchers](https://github.com/finchers-rs/finchers-juniper)
|
|
- [Tsukuyomi](https://github.com/tsukuyomi-rs/tsukuyomi/tree/master/examples/juniper)
|