mirror of
https://github.com/vale981/apollo-server
synced 2025-03-06 02:01:40 -05:00
Update README.md
This commit is contained in:
parent
58cb6511d7
commit
492fcf94e6
1 changed files with 8 additions and 11 deletions
19
README.md
19
README.md
|
@ -81,18 +81,15 @@ server.listen().then(({ url }) => {
|
||||||
|
|
||||||
## Integrations
|
## Integrations
|
||||||
|
|
||||||
Often times, Apollo Server needs to be run with a particular integration. To start, run `npm install --save apollo-server-<integration>` where `<integration>` is one of the following:
|
Often times, Apollo Server needs to be run with a particular integration. To start, run `npm install --save apollo-server-<integration>` where `apollo-server-<integration>` is one of the following:
|
||||||
|
|
||||||
- `express`
|
- `apollo-server-express`
|
||||||
- `koa`
|
- `apollo-server-koa`
|
||||||
- `hapi`
|
- `apollo-server-hapi`
|
||||||
- `lambda`
|
- `apollo-server-lambda`
|
||||||
- `azure-function`
|
- `apollo-server-azure-functions`
|
||||||
- `cloud-function`
|
- `apollo-server-cloud-functions`
|
||||||
- `cloudflare`
|
- `apollo-server-cloudflare`
|
||||||
|
|
||||||
|
|
||||||
If a framework is not on this list and it should be supported, please open a PR.
|
|
||||||
|
|
||||||
### Express
|
### Express
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue