AhmadIbrahiim / Website-downloader

💡 Download the complete source code of any website (including all assets). [ Javascripts, Stylesheets, Images ] using Node.js
https://website-downloader.onrender.com
MIT License
1.57k stars 538 forks source link

fix: Server startup #77

Closed alexanderroidl closed 3 months ago

alexanderroidl commented 3 months ago

Node's HTTP server does not have a listening event, but rather a callback parameter for it's server.listen function: https://nodejs.org/api/http.html#class-httpserver