-
Mark Clarke authored
readme.md 232 B
Step to run:
- install nodejs
- clone the project
- in the project folder run 'npm install'
- start demo web server with 'node server.js'
- run GET client with 'node client-get.js'
- run POST client with 'node client-post.js'