Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,8 @@ A big _thank you_ 🙏 to our [sponsors](#sponsors) and [backers](#backers) who
- [Sponsors](#sponsors)
- [Backers](#backers)

<a id="flavors--branches"></a>

# Flavors & Branches

Parse Server is available in different flavors on different branches:
Expand Down Expand Up @@ -126,6 +128,8 @@ Before you start make sure you have installed:

### Compatibility

<a id="nodejs"></a>

#### Node.js

Parse Server is continuously tested with the most recent releases of Node.js to ensure compatibility. We follow the [Node.js Long Term Support plan](https://github.com/nodejs/Release) and only test against versions that are officially supported and have not reached their end-of-life date.
Expand Down Expand Up @@ -221,6 +225,8 @@ We have provided a basic [Node.js application](https://github.com/parse-communit
- [Flynn](https://flynn.io/blog/parse-apps-on-flynn)
- [Elestio](https://elest.io/open-source/parse)

<a id="parse-server--express"></a>

### Parse Server + Express

You can also create an instance of Parse Server, and mount it on a new or existing Express website:
Expand Down Expand Up @@ -981,6 +987,8 @@ After starting the server, you can visit http://localhost:1337/playground in you

**_Note:_** Do **_NOT_** use --mountPlayground option in production. The GraphQL Playground exposes the master key in the browser page. [Parse Dashboard](https://github.com/parse-community/parse-dashboard) has a built-in GraphQL Playground and is the recommended option for production apps.

<a id="using-expressjs"></a>

### Using Express.js

You can also mount the GraphQL API in an Express.js application together with the REST API or solo. You first need to create a new project and install the required dependencies:
Expand Down