Node.js RCON module with a web-server -
Slice - 18.05.2013
This is mainly intended for use in other Node.js projects, but it's also very convenient as you can access RCON from any computer/phone/tablet.
The web interface is very basic and I didn't put a lot of time into the design, feel free to fork the project and improve that.
Demo:
http://slice-vps.nl:3000/
GitHub:
https://github.com/oscar-broman/node-samp-rcon
Re: Node.js RCON module with a web-server -
Red_Dragon. - 18.05.2013
First !
Great work, but still it needs a better design, as you said in the OP, you didn't put a lot of time into the design, though it's magnificent.
Re: Node.js RCON module with a web-server -
RajatPawar - 18.05.2013
Could you please elaborate what this does? I didn't understand, since! Thanks!
Re: Node.js RCON module with a web-server -
Slice - 18.05.2013
Quote:
Originally Posted by Rajat_Pawar
Could you please elaborate what this does? I didn't understand, since! Thanks!
|
It's an RCON client (
/rcon in-game) with a web interface. Click the demo link and try connecting to some server.
You can type things like "players" to see who's online, "say" to send messages to in-game players, etc.
https://sampwiki.blast.hk/wiki/RCON
Re: Node.js RCON module with a web-server -
RajatPawar - 18.05.2013
Oh is that it? I am sorry, I am on mobile and I clicked on that link - but it redirected me to a page with ''Host'' written in one corner with nothing else, no text fields or anything! I, do know RCON!
Re: Node.js RCON module with a web-server -
Slice - 18.05.2013
Quote:
Originally Posted by Rajat_Pawar
Oh is that it? I am sorry, I am on mobile and I clicked on that link - but it redirected me to a page with ''Host'' written in one corner with nothing else, no text fields or anything! I, do know RCON!
|
What phone, OS, and browser?
Re: Node.js RCON module with a web-server -
RajatPawar - 18.05.2013
It's a Nokia E6, Symbian Anna, and the inbuilt browser.
Re: Node.js RCON module with a web-server -
RandomDude - 18.05.2013
This is awesome.
Re: Node.js RCON module with a web-server -
Mishima - 22.05.2013
I tried to use it, but it's currently not working, I can't type in anything on the box (Using firefox).
This is very helpful though, if anyone knows how to put it working let me know.
Good job Slice.
Re: Node.js RCON module with a web-server -
Slice - 22.05.2013
Which OS and Firefox version?