S
S
SEOD2019-03-07 16:48:49
Java
SEOD, 2019-03-07 16:48:49

How to write a UDP server for VPS: Java vs Node.js?

There is a VPS 1024mb, 2 cores at 2GHz. I don't know how to write a UDP server. The choice fell on Java or Node.js. The received message stream will come from C# (Unity, UDP) at about 50-100 messages per second (in spikes), "message" ~ 200 bytes.
What is better to cope with such a load and such not very outstanding resources? Of course, I would like to get a more productive server :)

Answer the question

In order to leave comments, you need to log in

4 answer(s)
S
Sergey Gornostaev, 2019-03-07
@sergey-gornostaev

No difference. Choose what you know best and feel more comfortable with.

A
Andrey Okhotnikov, 2019-03-07
@tsepen

Why not Golang? If from Java and JS on this hardware, then for me it's JS.

S
samizdam, 2019-03-07
@samizdam

> the flow of messages will go from C#
If there is expertise in C#, then you can use it.

D
Denis, 2019-03-09
@ttys

50-100 thousand or just 50-100 messages?

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question