Skip to content

Some simple examples of what you can do with node.js

Notifications You must be signed in to change notification settings

ecal-mid/nodejs

Repository files navigation

nodejs

some simple examples of what you can do with node.js

From simple javascript tools to web scraping and server-client communication

  1. Install node.js (recommended with nvm).
  2. Clone the repository (green button)
  3. From the terminal
    1. Go to directory: cd [your path to the cloned folder] + Enter.
    2. Install the modules npm i + Enter.
  4. To run the index.js: node .
  5. To run any folder example: node [folder name]. Ex: node express

More doc coming soon!

About

Some simple examples of what you can do with node.js

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published