Home

app.js

Summary.

Draw a clock using the canvas API from HTML5.

Description.

Uses nodejs and express to start a web server and send an html page and a javascript file to the client.
- Advantages: no need for an apache server.

 Documentation:
 - Ubuntu:
    - sudo apt install jsdoc-toolkit
 - MacOS:
    - sudo port install npm6 (or npm7)
    - sudo npm install -g jsdoc
    - npm install express
 - jsdoc -d docjs app.js
 - node app.js &
 
Since:
  • 22/04/2021
Author:
  • Paulo Roma Cavalcanti
Source:
See: