Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 554 Bytes

File metadata and controls

15 lines (9 loc) · 554 Bytes

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