Apps Built with Node.js
Node.js earns its place in African stacks largely through team economics. One language across the browser and the server means a small team can move people between frontend and backend without retraining, and for a company of three that flexibility is worth more than raw benchmark performance. Its event-driven model suits the workloads that dominate here, chat and messaging backends, real-time delivery tracking, webhook handling from payment providers, where the server is mostly waiting on other systems rather than computing. npm's breadth means SDKs for local payment gateways and SMS providers usually exist or are trivial to wrap. It is also the runtime behind most of the JavaScript tooling teams already run, so it is present even in projects that do not think of themselves as Node projects. Browse products built with it below.
LearnWay
AI-powered learning for the future of work
Invity
Vos Invitations de mariage numériques, envoyées sur WhatsApp
FindArtisan
Trouvez facilement de bon artisans en Afrique de l'Ouest
Solux E-Learning
Learn, Connect, Succeed
CamerInd
AI platform connecting top talent with the ideal recruiters.
FrenchCamp
Plateforme d'E-learning 100% en français et 100% tech.
AfriTongues
Access to African languages
CVBrain
Votre CV parfait grâce à l'IA
Friym
Sell to your audience, inside the feed.
Muleta
Open-source dashboard for BullMQ
Rasengan.js
A modern, high-performance React framework
Martha IA
Vous rédigez, Martha vous assiste
Orateur
Vos articles longs, enfin écoutés.
MOUGNI
Event badge, WhatsApp, Telegram & web push campaigns easily.
Grimm Point
Payez en Bitcoin, simplement
Browse by tech stack
Frequently asked questions
- Why is Node.js popular with small teams?
- Because JavaScript on both client and server lets the same engineers work across the whole product, which matters a great deal when the whole team is two or three people.
- What is Node.js well suited to?
- I/O-heavy work: messaging and chat backends, real-time updates, webhook processing and API gateways.