examples icon indicating copy to clipboard operation
examples copied to clipboard

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

Results 26 examples issues
Sort by recently updated
recently updated
newest added

as a part of learining, edited a change

Thanks for this repository, I'm learning NodeJs and this helps me. ### Issue I think there is a small issue in project **cli/commander/fake-names-generator**. When we choose to save the names,...

I saw this while lookin g over Twitter mentions and it seems like a good one to have as an example: https://twitter.com/edelman215/status/1385416498102079489?s=21

Add new CLI example using commander module. I added copy and remove file using fs, path and commander module

A slightly more advanced example starting with - localhost http local memory store - localhost https local memory store - localhost https redis memory store with docker-compose

Fixes: https://github.com/nodejs/examples/issues/10 /cc @bnb

Theoretically, both [cli-yargs-countentriesindirectory.yaml](https://github.com/nodejs/examples/blob/main/.github/workflows/cli-yargs-countentriesindirectory.yaml) and [servers-express-api-with-express-and-handlebars.yaml](https://github.com/nodejs/examples/blob/main/.github/workflows/servers-express-api-with-express-and-handlebars.yaml) should only be running on PRs against their respective projects because of this YAML (this specific example is from the GitHub Action for Express's YAML):...

It would be genuinely wonderful to get some examples of Express into the examples repo's [servers](https://github.com/nodejs/examples/tree/master/servers) examples. Ideally, these examples will: - Go beyond a simple "Hello, World" - Include...

wishlist

A hello world fastify server example ( more advanced to follow )

First drop of of NodeJS examples for IBM Cloud Functions (ICF) with background info. seeking to address issue https://github.com/nodejs/examples/issues/15. Please feel free to assign the issue to me, as well...