996 Worker's Blog
996Worker Published on 2022-12-08
996Worker Published on 2022-03-08
996Worker Published on 2021-07-27

Practice for deploying Node.js on Heroku

1. In app.js:Import Express frameworkListen to the right port. app.listen(process.env.PORT || 8080, () => { // process.env.PORT is for Heroku

996Worker Published on 2021-07-03