Skip to content

Commit a7a3a95

Browse files
authored
Update README.md
1 parent d9be813 commit a7a3a95

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,7 @@ Want to install quickly? Use the [CLI](https://github.com/reactql/cli) - it does
8181
- Automatic HTTP hardening against common attack vectors via [Koa Helmet](https://github.com/venables/koa-helmet) (highly configurable)
8282
- Easily extendable [webpack-config](https://fitbit.github.io/webpack-config/) files, for modular Webpack tweaks
8383
- [Docker](https://www.docker.com/) support, with an optimised `Dockerfile` out-the-box
84+
- [PM2](http://pm2.keymetrics.io/)-enabled Dockerfile, which auto-clusters over multi-core processes and auto-restarts on failure
8485

8586
### Developer support
8687

@@ -142,3 +143,15 @@ Get the latest updates by following us on Twitter: https://twitter.com/reactql
142143
[Join the ReactQL slack channel here.](https://join.slack.com/t/reactql/shared_invite/enQtMjU0MjUzNDEzNzY0LWIyY2MzOGNlYmE1ZjI5ZDZhZTI2ODdiYzM2NjczYzJhZDgxYmJmYzE1NDYzZjRkYmVmNmQ3MzM0NzM3N2M5ODM)
143144

144145
Watch my free [45 minute YouTube video](https://www.youtube.com/watch?v=DNPVqK_woRQ), for a live coding walk-through of putting together a GraphQL server with a database. Learn how to write queries, mutations and handle nested/related data.
146+
147+
# Thanks to...
148+
149+
Special thanks to the following providers, for proving free support:
150+
151+
**Netlify**, for hosting the https://reactql.org site
152+
153+
<a href="https://netlify.com" target="_blank"><img src="https://www.netlify.com/img/global/badges/netlify-color-bg.svg" alt="Netlify" width="75" /></a>
154+
155+
**BrowserStack**, for providing cross-browser testing
156+
157+
<a href="https://browserstack.com" target="_blank"><img src="https://reactql.org/assets/ext/browserstack.svg" alt="BrowserStack" width="200" /></a>

0 commit comments

Comments
 (0)