Back to top
MEAN Development

MEAN is a free and open-source JavaScript software stack for building dynamic web sites and web applications. The MEAN stack is MongoDB, Express.js, Angular, and Node.js. Because all components of the MEAN stack support programs that are written in JavaScript or Typescript, MEAN applications can be written in one language for both server-side and client-side execution environments whether it's a desktop application, a web service, a mobile app, or any combination of them. This makes maintaining your custom applications more efficient and easier to find resources to support them.

We can build or support whatever you need when it comes to leveraging the technologies related to the MEAN stack, including custom API development with OpenAPI, GraphQL and Loopback.

MongoDB

A cross-platform, general purpose, document-based, distributed NoSQL database for modern applications. It uses JSON-like documents with schema.

Express

A framework for web applications utilizing Node.js, that is designed for building web applications and APIs. The de facto standard server framework for Node.js

Angular

A TypeScript-based open-source web application framework used to build apps for any deployment target. For web, mobile web, native mobile and native desktop.

Node

An open-source, cross-platform JavaScript run-time environment that executes JavaScript code outside of a browser. Used for tools, servers, and more.

OpenAPI

A publicly available application programming interface that provides developers with programmatic access to a proprietary software application or web service.

GraphQL

A data query and manipulation language for APIs, and a runtime to query existing data sources. A modern alternative to REST and other web service architectures.

Loopback

LoopBack is a highly extensible, open-source Node.js framework based on Express that enables the quick creation of custom OpenAPIs attached to backend systems.