MTAL
New Coder
Hiya I am trying to deploy a web application that uses express as a development build to test it online via other users and I am trying to wrap my head around wrangler, I have a script.js that listens to activities on the port of the server and the server handles the creation of rooms and user connections.
My structure for the project currently is:
| public
|- script.js
| views
| - index.ejs
| - room.ejs
| server.js
I have left out styles, node modules and assets as they are not relevant to the question at hand of trying to get this running on cloudflare.
My structure for the project currently is:
| public
|- script.js
| views
| - index.ejs
| - room.ejs
| server.js
I have left out styles, node modules and assets as they are not relevant to the question at hand of trying to get this running on cloudflare.