All Projects → nodejs → Examples

nodejs / Examples

Licence: mit
A repository of runnable Node.js examples that go beyond "hello, world!"

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Examples

Git To Solr
Index git history into a Solr repository
Stars: ✭ 31 (-49.18%)
Mutual labels:  examples
Shell Examples
Little Bash shell scripting examples
Stars: ✭ 41 (-32.79%)
Mutual labels:  examples
Golang Examples
Go(lang) examples - (explain the basics of #golang)
Stars: ✭ 1,070 (+1654.1%)
Mutual labels:  examples
Purescript Halogen Storybook
A library to assemble examples or develop components separately.
Stars: ✭ 33 (-45.9%)
Mutual labels:  examples
Real World Rails
Real World Rails applications and their open source codebases for developers to learn from
Stars: ✭ 982 (+1509.84%)
Mutual labels:  examples
Omg Counters
😍 Increment decrement counters using various frontend frameworks.
Stars: ✭ 44 (-27.87%)
Mutual labels:  examples
Tldr
📚 Collaborative cheatsheets for console commands
Stars: ✭ 36,408 (+59585.25%)
Mutual labels:  examples
Cook Js
Physics Chapter of Javascript book
Stars: ✭ 57 (-6.56%)
Mutual labels:  examples
Module Federation Examples
Implementation examples of module federation , by the creators of module federation
Stars: ✭ 979 (+1504.92%)
Mutual labels:  examples
Sdcc Examples
Code examples for microcontrollers ready to compile with SDCC
Stars: ✭ 51 (-16.39%)
Mutual labels:  examples
Rcppexamples
Examples of using Rcpp to interface R and C++
Stars: ✭ 33 (-45.9%)
Mutual labels:  examples
Nexmo Node Code Snippets
NodeJS code examples for using Nexmo
Stars: ✭ 36 (-40.98%)
Mutual labels:  examples
Examples
Demo applications and code examples for Confluent Platform and Apache Kafka
Stars: ✭ 571 (+836.07%)
Mutual labels:  examples
Examples
OBSOLETE. This repo was for Caddy v1. For v2 and newer, see our forum's wiki category.
Stars: ✭ 963 (+1478.69%)
Mutual labels:  examples
Pythoncodes
Stars: ✭ 55 (-9.84%)
Mutual labels:  examples
Plz
Say the magic word 😸
Stars: ✭ 31 (-49.18%)
Mutual labels:  examples
Drake External Examples
Examples of how to use Drake in your own project.
Stars: ✭ 43 (-29.51%)
Mutual labels:  examples
Aspnetcore.services
Examples for ASP.NET Core webservices
Stars: ✭ 59 (-3.28%)
Mutual labels:  examples
Leapunrealmodules
Leap Motion Unreal modules and example content.
Stars: ✭ 55 (-9.84%)
Mutual labels:  examples
Spec Examples
Some examples on using clojure.spec!
Stars: ✭ 48 (-21.31%)
Mutual labels:  examples

Node.js Examples

This repository is a collective of opinionated and real-world examples of how you can use Node.js to build things.

How This Repository is Structured

This repository is structured in a specific way:

  • Top-level directories are category directories of applications - for example CLI, server, and utility - that enable you to find the specific kind of example you're looking for.
  • Second-level directories are project directories named after specific modules, frameworks, platforms, or tools - for example, yargs is a CLI framework, both express and fastify are web frameworks, and moment is a utility.
  • Third-level directories are example directories, where specific examples live. You can find a full list of these examples in the Examples section below.

Here is an example of the structure in general terms:

- examples (root)
  - category
    - project
      - example
  - category
    - project
      - example
      - example
      - example
    - project
      - example
      - example
  - category
    - project
      - example
    - project
      - example
      - example

Each example has a few properties (if one doesn't, please let us know):

  • Usable example code.
  • Passing tests.
  • A README.md that explains what the example does and how to use it.

Examples

CLI

Command Line Interfaces (CLIs) are tools that can be accessed exclusively from the command line that generally serve some utility. There is a vibrant community of Node.js CLI utilities, ranging from packages to make it slightly easier to accomplish something to full frameworks for building CLI experiences.

  • CLI
    • yargs
      • countEntriesInDirectory: A small command line tool that shows how to use yargs and Node.js together, leveraging Node.js's path and fs modules to read a directory passed by the CLI user

Contributing

We've documented how to meaningfully contribute in CONTRIBUTING.md 🤗

Thank You To Our Contributors

We use All Contributors for this section of the README. Please ensure you have the all-contributors-cli installed if you're modifying it. See the All Contributors CLI Usage documentation for details on usage. See the emoji key for details on what each emoji represents.

🖋 📖 ⚠️ 🚇 🤔 💡 🚧
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].