Sniper Services (Coding Language?)

Status
This thread has been locked.

oh true

Premium
Feedback score
11
Posts
137
Reactions
45
Resources
0
Title says it all, I'm wondering what language snipers are coded in (eg, MCSniper & Chearful.ninja)


Thanks in advance,
kovuzes.
 
PebbleHost
High performance, consistent uptime and fast support. Minecraft hosting that just works.

T o b i

Premium
Feedback score
17
Posts
238
Reactions
179
Resources
0
I'm not sure and this is probably retarded but Java, C++ or JavaScript.[DOUBLEPOST=1515357249][/DOUBLEPOST]
I'm not sure and this is probably retarded but Java, C++ or JavaScript.
Ik William, I'm a dumbass, but I just got into coding like yesterday and I barely know how to make a random number generator in Python.
 
Last edited:

Dig

Member
Premium
Feedback score
3
Posts
38
Reactions
28
Resources
0
Probably javascript (nodejs) for the actual sniper backend.
 

HatefulMoron

Feedback score
0
Posts
29
Reactions
14
Resources
0
Probably javascript (nodejs)

OP, stay away from langugaes that have garbage collection like Javascript. When your software operates on accurately measuring sub-second time, don't choose a language that will stop execution arbitrarily.

Use a langugae with explicit memory management like C, C++, Rust, etc. These languages are also called systems languages. They will also offer you the best support for high bandwidth networking, which you'll need if you want to be competitive.
 
Status
This thread has been locked.
Top