- AFAIK, p5js is a JS library which targets browsers, not servers!
- The server makes available the β.htmlβ file which will load & run the βp5.jsβ file and its β.jsβ sketch.
- But itβs the browser accessing that server which actually runs all of those β.jsβ files.