Skip to content

Introduction to node.js: this repository teaches the basic knowledge to start using node.js

License

Notifications You must be signed in to change notification settings

chayapan/intro-nodejs

Repository files navigation

intro-nodejs

Introduction to node.js: this repository teaches the basic knowledge to start using node.js

Installation instruction:

The guide page is good place to start:

Running a program: ` node profile1.js

`

or, setting "production" environment variable

NODE_ENV=production node profile1.js

Install express

npm install express

Install crypto

npm install crypto

Chat App

npm install node-validator

About

Introduction to node.js: this repository teaches the basic knowledge to start using node.js

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published