Parse Server

screenshot of Parse Server
express

Parse Server for Node.js / Express

Overview:

Parse Server is an open-source backend that can be deployed on any infrastructure running Node.js. It is compatible with the Express web application framework and can be integrated into existing web applications or function independently. Parse Server offers a detailed documentation in its wiki, including a guide to getting started, API references, Cloud Code guide, and development guidelines.

Features:

  • Node.js Compatibility: Works on any infrastructure running Node.js.
  • Express Framework Integration: Compatible with the Express web application framework.
  • Detailed Documentation: Includes guides for getting started, API references, Cloud Code, and development resources.
  • Flavors & Branches: Available in different branches including release, beta, and alpha versions.
  • Long Term Support (LTS): Provides LTS for the previous major version to ensure security updates until the next major version is released.
express
Express

Express.js is a simple Node.js framework for single, multi-page, and hybrid web applications.

fullstack
Fullstack

A fullstack boilerplate provides a starter application that includes both frontend and backend. It should include database, auth, payments, user roles and other backend services to build a fully featured saas or webapps.

apollo
Apollo

Apollo is an open-source platform for building GraphQL APIs that connects with any data source. It provides a powerful set of tools and features for developers, including client and server-side caching, real-time data synchronization, and a seamless integration with popular frontend frameworks.

eslint
Eslint

ESLint is a linter for JavaScript that analyzes code to detect and report on potential problems and errors, as well as enforce consistent code style and best practices, helping developers to write cleaner, more maintainable code.

graphql
Graphql

A website that uses GraphQL as a query language to manage data fetching and state management. This includes features such as a strongly typed schema, client-side caching, and declarative data fetching to streamline data management and optimize website performance.