[erlang-questions] Is there a web interface to erlang shell?

Evans, Matthew mevans@REDACTED
Fri Jun 10 16:15:28 CEST 2011


There is this:

http://www.erlang.org/doc/man/webtool.html

You can add your own tools to it.

There is also this utility:

http://code.google.com/p/erlwsh/ (you will need mochiweb too, I'm sure it could be extended to support yaws too).

I played with it a while ago, and it does need some work (some command responses are sent to the Erlang shell and not your webpage).

I'm sure it's hackable though ;)

Matt


________________________________
From: erlang-questions-bounces@REDACTED [mailto:erlang-questions-bounces@REDACTED] On Behalf Of envelopes envelopes
Sent: Friday, June 10, 2011 2:25 AM
To: erlang-questions@REDACTED
Subject: [erlang-questions] Is there a web interface to erlang shell?


So I can connect to the remote shell via http,  because the erlang vm is running @ a remote box that I can only access by HTTP.

Thanks
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://erlang.org/pipermail/erlang-questions/attachments/20110610/e2fcc98b/attachment.htm>


More information about the erlang-questions mailing list