Appwrite is an open source backend server that helps you build native iOS applications much faster with realtime APIs for authentication, databases, files storage, cloud functions and much more! Learn more →
Top 23 JavaScript Microservice Projects
-
Project mention: 18 useful GitHub repositories every developer should bookmark | dev.to | 2023-02-03
-
Our web application consists of microfrontends written in React and Svelte orchestrated by the single-spa framework.
-
Appwrite
Appwrite - The Open Source Firebase alternative introduces iOS support . Appwrite is an open source backend server that helps you build native iOS applications much faster with realtime APIs for authentication, databases, files storage, cloud functions and much more!
-
Project mention: First time building microservice-based application | reddit.com/r/node | 2023-01-08
While you’re delving into microservices, check out Moleculer https://moleculer.services
-
-
nodejs-integration-tests-best-practices
✅ Beyond the basics of Node.js testing. Including a super-comprehensive best practices list and an example app (April 2022)
nodejs-integration-tests-best-practices
-
Next, review deployment complexity such as DB-less versus database-backed deployments. For example, Kong does require running Cassandra or Postgres. Apigee requires Cassandra, Zookeeper, and Postgres to run, while other solutions like Express Gateway and Tyk only require Redis. Apache APISIX uses etcd as its data store, it stores and manages routing-related and plugin-related configurations in etcd in the Data Plane.
-
-
InfluxDB
Build time-series-based applications quickly and at scale.. InfluxDB is the Time Series Platform where developers build real-time applications for analytics, IoT and cloud-native services. Easy to start, it is available in the cloud or on-premises.
-
pitstop
This repo contains a sample application based on a Garage Management System for Pitstop - a fictitious garage. The primary goal of this sample is to demonstrate several software-architecture concepts like: Microservices, CQRS, Event Sourcing, Domain Driven Design (DDD), Eventual Consistency.
Project mention: Best .net open source microservice based project? | reddit.com/r/dotnet | 2022-05-14 -
swagger-stats
API Observability. Trace API calls and Monitor API performance, health and usage statistics in Node.js Microservices.
-
-
-
-
microrealestate
This is an Open Source Real estate management system that helps landlords to manage their rentals and properties
Project mention: What kind of open source self-hosted solution is needed in your industry? | reddit.com/r/selfhosted | 2022-08-13 -
aegis-host
This is the ÆGIS federated application host. Federated components are independently deployable, written by multiple teams in multiple languages, and loaded from multiple repos and network locations at runtime, yet capable of running together in a single process or as distributed components in the ÆGIS application fabric.
-
stream-live-system
:red_circle: An example of a live broadcast system using microservice concepts and architected with docker.
-
-
Babylon JS Native and maybe this https://github.com/QuickCorp/QCObjects.
-
▶️ And for detailed information about the project, please refer to GitHub: https://github.com/LiskHQ/lisk-service/projects/13
-
Project mention: Building API Microservices into Docker containers each one with MongoDB and MySQL, and API Gateway Pattern in Node.js | dev.to | 2022-05-27
The complete project is here: https://github.com/luizcalaca/microservices-nodejs-docker-gateway-api
-
As you can see in the code above, instead of triggering Telegram's API I've added a comment. That's because in my application, I'm calling another microservice that handles telegram integration. You can check it here.
-
stepzen-datalayer-microservices
An example showing how to build a GraphQL data layer for your microservices with StepZen.
-
simple-nodejs-microservices
This Repo demonstrates a simple nodejs microservices with kubernetes and docker setup
-
A complex codebase needs to be kept as simple as possible. In Predecos, one way this is done is through use of full-stack JavaScript, meaning developers only need experience with one language to maintain the codebase. Some differences exist in NodeJS when compared with browser-based JavaScript but those are minor compared with having to work in multiple languages. Front-end and back-end dependencies are also kept as uniform as possible. For example, Mocha and Chai are used in both the front-end and back-end meaning experience with said tools enables development in either. Developer setup and deployment should also be straightforward. Predecos uses Helm v3.8.2 to trigger one-click deployment of all the microservices. After doing this and setting a couple environment variables, one can easily start the front-end by using yarn run start then they are ready for development. This is also valuable when doing a deployment. When CircleCI went down, the impact was slight because automated deployment and manual deployment were very similar. All that was required was modifying the CircleCI config for the terminal, building the necessary docker images manually, pushing those images and running helm upgrade. A simple and fast mitigation that saved a lot of time. Diverging from simplicity was sometimes necessary though. Some may argue that use of Kubernetes makes the codebase difficult to understand by virtue of its high learning curve. However, the stability, reliability, documentation and wide-spread adoption of Kubernetes made it hard to resist. Google Cloud Platform (GCP), Amazon Web Services (AWS), Microsoft Azure and DigitalOcean all have Kubernetes offerings. This means applications developed on Kubernetes are largely portable from one cloud provider to another. Predecos uses DigitalOcean’s managed Kubernetes product because it is low-cost when compared to the other options. Should the desire for features such as, for example, encryption at rest arise, one option would be to migrate to Google Kubernetes Engine (GKE). Some modifications would be necessary but because Predecos is in a proof-of-concept (PoC) state and minimal data has been stored that migration would likely be simple.
-
Sonar
Write Clean JavaScript Code. Always.. Sonar helps you commit clean code every time. With over 300 unique rules to find JavaScript bugs, code smells & vulnerabilities, Sonar finds the issues while you focus on the work.
JavaScript Microservices related posts
- How we do engineering at epilot
- Import maps 101
- First time building microservice-based application
- You Might Not Need Module Federation: Orchestrate your Microfrontends at Runtime with Import Maps
- Microfrontends: Microservices for the Frontend
- How to manage ridiculously large frontends
- Comparable JS web frameworks?
-
A note from our sponsor - Appwrite
appwrite.io | 3 Feb 2023
Index
What are some of the best open-source Microservice projects in JavaScript? This list will help you:
Project | Stars | |
---|---|---|
1 | nodebestpractices | 86,002 |
2 | single-spa | 12,060 |
3 | Moleculer | 5,498 |
4 | seneca | 3,889 |
5 | nodejs-integration-tests-best-practices | 2,784 |
6 | express-gateway | 2,778 |
7 | cote | 2,269 |
8 | pitstop | 954 |
9 | swagger-stats | 779 |
10 | Nullstack | 699 |
11 | ilc | 583 |
12 | restana | 418 |
13 | microrealestate | 245 |
14 | aegis-host | 226 |
15 | stream-live-system | 121 |
16 | Zeronode | 121 |
17 | QCObjects | 39 |
18 | lisk-service | 29 |
19 | microservices-nodejs-docker-gateway-api | 16 |
20 | nest | 3 |
21 | stepzen-datalayer-microservices | 2 |
22 | simple-nodejs-microservices | 2 |
23 | thinkdeep | 0 |