Skip to content

Latest commit

 

History

History
60 lines (47 loc) · 1.67 KB

File metadata and controls

60 lines (47 loc) · 1.67 KB

Nodejs Click2Call web demo

Table of contents


Requirements


Installing

To setup the web demo, change into the directory and run npm install, which will download all the application dependencies.

$ npm install
click2call-web@0.0.0 /examples-nodejs/click2call-web
+-- body-parser@1.15.2
| +-- bytes@2.4.0
...
| +-- content-type@1.0.2
+-- callr@1.0.0
...
+-- cookie-parser@1.4.3
| `-- on-headers@1.0.1
`-- serve-favicon@2.3.0
$

Running

To run the web demo, change into the directory and run npm start, which will launch the web application listening on port 3000.
You can then browse to http://localhost:3000 to see the running Click2Call web demo.

$ npm start

> click2call-web@0.0.0 start /examples-nodejs/click2call-web
> node ./bin/www


Further help

If you have any further questions or require assistance with these examples, please contact CALLR Support