adammoyle
adammoyle

Reputation: 309

Check if a game server is online nodejs

I am currently wanting to write a program that involves checking whether websites or game servers are online. What would be the best way to check this, pinging or something else?

Are there any modules that allow this or help with it?

Upvotes: 1

Views: 939

Answers (1)

anvk
anvk

Reputation: 1201

Try some of the existing NPMs ? For example is-online

Upvotes: 2

Related Questions