I need a solution for accessing my Erlang app from a web browser instead of the command line. This is important because the app will be used by administrators who may not be comfortable with terminal commands. I want them to be able to easily inspect the state of the node using a shell-like interface in their browser.
Does anyone know of an existing tool or implementation that allows this functionality? It should be compatible with Windows, Red Hat, and OS X, as well as popular web browsers. Ideally, it would resemble a traditional shell and support the same commands.