Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
N8n | 35,601 | 11 | 583 | 15 hours ago | 211 | November 30, 2023 | 282 | other | TypeScript | |
Free and source-available fair-code licensed workflow automation tool. Easily automate tasks across different services. | ||||||||||
Awesome Cheatsheets | 35,286 | 6 days ago | 93 | mit | JavaScript | |||||
👩💻👨💻 Awesome cheatsheets for popular programming languages, frameworks and development tools. They include everything you should know in one single file. | ||||||||||
Tooljet | 25,287 | 2 | 16 hours ago | 14 | June 06, 2023 | 580 | agpl-3.0 | JavaScript | ||
Low-code platform for building business applications. Connect to databases, cloud storages, GraphQL, API endpoints, Airtable, Google sheets, OpenAI, etc and build apps using drag and drop application builder. Built using JavaScript/TypeScript. 🚀 | ||||||||||
Faas | 23,883 | 15 | a month ago | 31 | April 12, 2021 | 29 | mit | Go | ||
OpenFaaS - Serverless Functions Made Simple | ||||||||||
Outline | 21,530 | a day ago | 93 | other | TypeScript | |||||
The fastest knowledge base for growing teams. Beautiful, realtime collaborative, feature packed, and markdown compatible. | ||||||||||
Verdaccio | 15,479 | 92 | 222 | 19 hours ago | 316 | December 02, 2023 | 77 | mit | TypeScript | |
📦🔐 A lightweight Node.js private proxy registry | ||||||||||
Dashy | 13,814 | 2 days ago | 127 | mit | Vue | |||||
🚀 A self-hostable personal dashboard built for you. Includes status-checking, widgets, themes, icon packs, a UI editor and tons more! | ||||||||||
Kind | 12,277 | 436 | 3 days ago | 171 | June 15, 2023 | 198 | apache-2.0 | Go | ||
Kubernetes IN Docker - local clusters for testing Kubernetes | ||||||||||
Caprover | 11,313 | 20 days ago | 113 | other | TypeScript | |||||
Scalable PaaS (automated Docker+nginx) - aka Heroku on Steroids | ||||||||||
Homepage | 11,214 | 19 hours ago | 3 | gpl-3.0 | JavaScript | |||||
A highly customizable homepage (or startpage / application dashboard) with Docker and service API integrations. |
Docker Compose is an awesome tool for creating isolated development environments with Docker by using simple configurations with YAML. It's clean and easy enough to wrap your head around, even if you are new to Docker.
If you're like us, you're using a development server like nodemon that watches all your file changes and reloads your app. Bringing this workflow over to Docker Compose is a bit tricky. We hope the following real world examples will save you from headaches while trying to figure out how to (pragmatically) use Docker Compose for your Nodejs apps.
https://github.com/geekcell/docker-compose-nodejs-examples/tree/main/00-basic-express-generator
https://github.com/geekcell/docker-compose-nodejs-examples/tree/main/01-express-nodemon
https://github.com/geekcell/docker-compose-nodejs-examples/tree/main/02-express-redis-nodemon
Geek Cell
Pascal Cremer