Skip to content

Latest commit

 

History

History
 
 

what-is-async-javascript

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

What is Async JavaScript?

https://www.youtube.com/watch?v=y8xPMYwQ0U8

Install Node.js.

Within this folder run the terminal command npm install to install the devDependencies.

Run node index.js to run the script through the server side.

Then run npm start to start up a development server on http://localhost:9966 and run the scripts through the client side.

Use the node-debug command by installing node-inspector