impact-crater / impact-crater-core

NodeJS authoritative server for the Impact.js game engine.
MIT License
42 stars 4 forks source link

Server Console #6

Open dylan opened 11 years ago

dylan commented 11 years ago

e4248f7f0092cfe20b31edbd6babdf42ba415c34 Check out that commit, I'd like to know your thoughts about functionality. If you start the server with the -d flag you can see it, /help will list what's possible.

TODO

Also right now server messages are going to client consoles.

cha55son commented 11 years ago

I'll be sure to check this out when I get home later. This is a really good idea, although I would probably shoot for something like Extensible Server API, then build the console on top of it. Either way this is cool.

dylan commented 11 years ago

Yeah, thinking about it more, some sort of plugin/adapter thing would be nice, and probably appropriate for this.

On Dec 4, 2013, at 9:47 AM, Chason Choate notifications@github.com wrote:

I'll be sure to check this out when I get home later. This is a really good idea, although I would probably shoot for something like Extensible Server API, then build the console on top of it. Either way this is cool.

— Reply to this email directly or view it on GitHub.