An open API service indexing awesome lists of open source software.

https://github.com/killme2008/erlwsh

Erlang web shell--program erlang on web
https://github.com/killme2008/erlwsh

Last synced: over 1 year ago
JSON representation

Erlang web shell--program erlang on web

Awesome Lists containing this project

README

          

#Erlwsh -- Erlang Web Shell

Author: dennis (killme2008@gmail.com)

Erlwsh is an erlang web shell,you can program erlang on web browser.

#Install:
First,you have to install mochiweb:

cd erlwsh
chmod u+x scripts/install_mochiweb.sh
scripts/install_mochiweb.sh

Then,compile all sources:

make

At last,you can start erlwsh by start.sh

chmod u+x start.sh
./start.sh

Erlwsh is online:

http://localhost:8000/shell