├── .gitignore ├── CONTRIBUTING.md └── README.md /.gitignore: -------------------------------------------------------------------------------- 1 | .idea/ 2 | -------------------------------------------------------------------------------- /CONTRIBUTING.md: -------------------------------------------------------------------------------- 1 | # Contributing 2 | 3 | Ensure your pull request adheres to the following guidelines: 4 | 5 | - Search previous suggestions before making a new one, as yours may be a duplicate. 6 | - Make an individual pull request for each suggestion. 7 | - Use the following format: `[package](link) [(website)] - Description.` 8 | - Additions should be added to the bottom of the relevant category. 9 | - New categories, or improvements to the existing categorization are welcome. 10 | - Link to the GitHub/Gitlab/Bitbucket repo must be present, project's website is optional. 11 | - Keep descriptions short and simple, but descriptive. 12 | - Don't mention `Node.js` in the description as it's implied. 13 | - Start the description with a capital and end with a full stop/period. 14 | - Check your spelling and grammar. 15 | - Make sure your text editor is set to remove trailing whitespace. 16 | - The pull request should have a useful title and include a link to the package and why it should be included. 17 | - Please open PR to remove unmaintained projects from this list. 18 | 19 | Thank you for your suggestion! 20 | 21 | ### Updating your PR 22 | 23 | A lot of times, making a PR adhere to the standards above can be difficult. If the maintainers notice anything that we'd like changed, we'll ask you to edit your PR before we merge it. If you're not sure how to do that, [here is a guide](https://github.com/RichardLitt/docs/blob/master/amending-a-commit-guide.md) on the different ways you can update your PR so that we can merge it. 24 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # Awesome Node.js projects [![Awesome](https://cdn.rawgit.com/sindresorhus/awesome/d7305f38d29fed78fa85652e3a63e154dd8e8829/media/badge.svg)](https://github.com/sindresorhus/awesome) 2 | 3 | > A curated list of awesome open-source applications made with Node.js. See [Awesome Node.js](https://github.com/sindresorhus/awesome-nodejs) 4 | for a curated list of packages and resources. 5 | 6 | > [Read the story of how this repository ranked first on Hacker News and reached the 1000+ stars on Github.](https://medium.com/@vdeturckheim/the-story-of-how-i-got-first-place-on-hacker-news-and-got-1000-stars-on-github-9dc9e63ef829#.1v4b51fvs) 7 | 8 | ## CMS 9 | 10 | * [Keystone](https://github.com/keystonejs/keystone) ([website](http://keystonejs.com/)) - The open source framework for developing database-driven websites, applications and APIs. Built on Express and MongoDB. 11 | * [Pencilblue](https://github.com/pencilblue/pencilblue) ([website](https://pencilblue.org/)) - Business Class Content Management. 12 | * [Apostrophe](https://github.com/punkave/apostrophe) ([website](http://apostrophecms.org/)) - Apostrophe is a CMS framework that supports in-context editing, schema-driven content types, flexible widgets, and much more. 13 | * [Cody](https://github.com/jcoppieters/cody/) ([website](http://howest.cody-cms.org/en/)) - Javascript Content Management System. 14 | * [HashBrown](https://github.com/Putaitu/hashbrown-cms/) ([website](http://hashbrown.rocks/)) - Remote, multilingual, multi-project, multi-environment CMS using customisable content and field schemas. 15 | * [Strapi](https://github.com/strapi/strapi) ([website](http://strapi.io)) - Open source Node.js ecosystem to build, deploy and manage your own API. 16 | 17 | ## Developers 18 | 19 | * [Shield](https://github.com/badges/shields) ([website](http://shields.io/)) - Shields badge specification, website and default API server. 20 | * [David-www](https://github.com/alanshaw/david-www) ([website](https://david-dm.org/)) - David helps keep your project dependencies up to date. 21 | * [JSON-server](https://github.com/typicode/json-server) - Get a full fake REST API with zero coding in less than 30 seconds (seriously). 22 | * [Wordpress rest-api-console2](https://github.com/Automattic/rest-api-console2) ([website](https://developer.wordpress.com/docs/api/console/)) - WordPress.com REST API Developer Console. 23 | * [Mongo-Express](https://github.com/mongo-express/mongo-express) - Web-based MongoDB admin interface, written with express. 24 | * [Eve](https://github.com/witheve/Eve) ([website](http://witheve.com/)) - Eve is a set of tools to help us think. Currently, these tools include: a temporal query language, a compiler, and a database. 25 | 26 | **Electron apps** 27 | 28 | * [Atom](https://github.com/atom/atom) ([website](https://atom.io/)) - Fully hackable text editor using Chrome. 29 | * [Visual Studio Code](https://github.com/Microsoft/vscode) ([website](https://code.visualstudio.com/)) - An Electron based text editor created by Microsoft. 30 | 31 | ## Forms 32 | 33 | * [TellForm](https://github.com/whitef0x0/tellform) ([website](https://tellform.com))- A beautiful and powerful self-hostable Form and Survey builder similar to Typeform or Google Forms. 34 | 35 | ## Blogs 36 | 37 | * [Ghost](https://github.com/TryGhost/Ghost) ([website](https://ghost.org/)) - A simple, powerful publishing platform. 38 | * [Mean-Blog](https://github.com/DimitriMikadze/Mean-Blog) - Blog using Expressjs, Angularjs and Mongodb. MEAN Javascript Fullstack application. 39 | * [Wordpress Calypso](https://github.com/Automattic/wp-calypso) ([website](https://developer.wordpress.com/calypso/)) - The new JavaScript- and API-powered WordPress.com. 40 | * [Hexo](https://github.com/hexojs/hexo) ([website](https://hexo.io/)) - A fast, simple & powerful blog framework. 41 | * [Reptar](https://github.com/reptar/reptar) ([website](http://reptar.github.io/)) - Powerful, modern, and flexible static site generator. 42 | 43 | ## Lifestyle 44 | 45 | * [Cozy](https://github.com/cozy/simple-cozy) ([website](https://cozy.io/)) - Personal cloud: Own, Synchronize and Connect Your Data. 46 | * [Mediacenterjs](https://github.com/jansmolders86/mediacenterjs) ([website](http://mediacenterjs.com/)) - A HTML/CSS/Javascript based Media center. 47 | * [Habitica](https://github.com/HabitRPG/habitica) ([website](https://habitica.com/static/front)) - A habit tracker app which treats your goals like a Role Playing Game. 48 | * [moeda](https://github.com/thompsonemerson/moeda) - A foreign exchange rates and currency conversion using cli. 49 | 50 | ## Business 51 | 52 | * [TimeOff Management](https://github.com/timeoff-management/application) ([website](http://timeoff.management/)) - Simple yet powerful absence management software for small and medium size business. 53 | * [Basic Hospital Information Management Application](https://github.com/IMA-WorldHealth/bhima-2.X) ([website](https://bhi.ma/)) - Hospital management suite for the developing world. 54 | 55 | ## Science 56 | 57 | * [NASA's Open MCT](https://github.com/nasa/openmct) ([website](https://nasa.github.io/openmct/)) - A web based mission control framework. 58 | 59 | ## eCommerce 60 | 61 | **Meteor apps** 62 | 63 | * [Reaction Commerce](https://github.com/reactioncommerce/reaction) ([website](https://reactioncommerce.com/)) - A modern reactive, real-time event driven ecommerce platform. 64 | 65 | ## Chat Bots 66 | 67 | * [PokéDex Go Messenger Bot](https://github.com/zwacky/pokedex-go) ([website](https://www.facebook.com/PokedexGo/)) - A Pokédex Messenger Bot for Pokémon Go to easily find Pokémon and their strenghts & weaknesses. 68 | 69 | ## License 70 | 71 | ![CC0 badge](https://upload.wikimedia.org/wikipedia/commons/f/f9/CC-Zero-badge.svg) 72 | 73 | This project is under the [CC0 1.0 license](https://creativecommons.org/publicdomain/zero/1.0/) 74 | --------------------------------------------------------------------------------