Skip to content

itsdorosh/node-js-master-class-v2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The Node.js Master Class Course

Creation couple of applications from skratch using only Node.js and internal modules and APIs.

For HTTPS key and cert creation

cd https

openssl req -newkey rsa:2048 -new -nodes -x509 -days 3650 -keyout key.pem -out cert.pem

About

Repo with my learning process of Node.js without dependencies. Course from Pirple.com

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published