A
A
Arseniy2020-07-24 23:45:31
Node.js
Arseniy, 2020-07-24 23:45:31

How to host a node.js bot?

How to host a node.js bot? To be free, please tell me.

Answer the question

In order to leave comments, you need to log in

3 answer(s)
M
Maxim Lambov, 2020-07-25
@maxilamb

https://www.heroku.com/nodejs
there is a free plan (but with nuances)
the main thing is that in package.json in scripts there should be a start launching your application
for example package.json

"scripts": {
    "start": "node index.js",
    "heroku-postbuild": "yarn install"
  },

A
Azad Kichibekov, 2020-07-26
@rally08

No way, everywhere there are restrictions on freebies, that is, the bot will be cut down in 10-15 minutes, you need to pay either a trial period

A
Arves, 2020-07-30
@Arves

https://ourcodeworld.com/articles/read/977/how-to-...
But in a year you will have to change your account, otherwise Amazon will start charging.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question