Skip to content

dustinsmith1024/node-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

My node beginner book examples and additions.

Makes it easier to demo blocking and non-blocking.

On server:
node index.js

Visit:
http://127.0.0.1:8888/

Blocking:
http://127.0.0.1:8888/ls

Non-blocking:
http://127.0.0.1:8888/find

Console:
**RUNS THE COMMAND ON THE SERVER THEN SHOWS YOU THE OUTPUT.**
** DONT DO ANYTHING YOU WOULDNT DO ON THE SERVER**
**  STREAMING AND PIPES DONT WORK RIGHT NOW**
http://127.0.0.1:8888/cmd

About

demo of node that does console commands

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published