Projects with this topic
-
Express-Queued is an asynchronous queue system for Express.js, supporting multiple queues with configurable concurrency, priorities, retries, and fallback logic. It enables heavy tasks like image processing, email sending, or payment handling to run in the background without blocking server responses, with native Express middleware and customizable hooks.
Updated -
Express-Hooked is an extension for Express.js that adds a hooks and filters system inspired by WordPress, letting developers extend functionality at multiple points in the request lifecycle without modifying core code.
Updated -
www.lieblings-wunschliste.de - a free online wishlist creator focusing on privacy and security
Updated -
A sample Express project using TypeScript, Babel and Jest.
Updated -
Concise REST Express API Maker Extension library for ExpressJS that allows easier and semi-declarative creation of REST APIs.
Updated -
express, nestjs, restapi, nodejs, mcp server
Updated -
-
NodeJS / TypeScript project. This is the CLI and REST frontend of DRAIG: Database REST Interactive Generator, a microservice-oriented ExpressJS server generator based on OpenAPI definitions using Knex/Objective integration.
Updated -
Java / NodeJS / Typescript project. Database REST Interfaces Generator is a microservice-oriented ExpressJS server generator based on OpenAPI definitions using Knex/Objective integration to allow complex and flexible DB persistence and querying over supported database vendors of choice
Updated -
In this application, I've implemented two dedicated REST API endpoints (both using the POST HTTP method) to manage post interactions:
One endpoint handles liking a post, which increments the post's like count in the MongoDB database. The other endpoint manages unliking a post, decrementing the like count in MongoDB. Both operations provide immediate feedback to the client through clear response messages, ensuring the user is informed of the action's success or status. The changes in like/unlike counts are persistently stored in the database.Updated -
A simple project to explore basic pipeline working process and automated test configuration. The aim is to built a three-stage pipeline : Build, Lint and Test. 'Test' stage is compound of two distincts job such as unit-test annd integration-test.
Updated -
-
-
Backend server for an AR indoor navigation to handle statistics and other stuff.
Updated -
Boilerplate project of blockchain with NodeJS, Express and GTS
Updated -
NodeJS pseudo-framework to run multiple small apps in the same nodejs instance, saving resources. Good for small backends/backoffices or small apps. Uses npm funql-api library.
Updated