V
V
Vladimir2021-03-31 11:07:00
Node.js
Vladimir, 2021-03-31 11:07:00

Is there an inexpensive or free hosting for a socket server on Node?

Actually, subject. Slowly sawing the database for fencing tournaments and got to the module for recording the progress of battles. Accordingly, the idea is that there is a small SPA that implements the interface of the tournament secretary and the backend (Node.JS), which writes the details of the meeting to the database. The connection between them (as well as between the back and SPA of the tournament scoreboard) was thought to be done on web sockets so that the scoreboard could display the progress of the battle almost in real time. But those free hostings that I've watched so far all gravitate toward web functions, but here I would like a permanent connection for at least the entire fight (and for the scoreboard, for the entire tournament). There is no desire to pay big money for this, the project is purely a hobby (I fence myself), can you advise something? If there is also Muscle / Postgres, it will be generally good.

PS: As a last resort, you can rewrite this to the REST API, but then the scoreboard module will have to constantly pull back requests, and this somehow comes out ugly.

Answer the question

In order to leave comments, you need to log in

3 answer(s)
S
Sanes, 2021-03-31
@Sanes

VDS is worth a penny.

L
Leonid, 2021-03-31
@caballero

rewrite the API in PHP and not have hosting problems

A
Artem, 2021-03-31
@Kp18

What's the problem with using heroku?

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question