Skip to content
forked from basho/erlang_js

A fork of erlang_ggs, attempting to implement a JS -> Erlang connection

License

Notifications You must be signed in to change notification settings

jonte/erlang_js

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

erlang_js has only been tested on Unix-based platforms (Linux, OS X, and Solaris). Please do not try
to compile and/or use erlang_js on Windows. It will not work.

We've tried to keep the compile process simple and fast. You will need the CVS command-line client
installed in order for the compile to work. To compile erlang_js issue the command 'make' in a
terminal. The build will download and build nspr and SpiderMonkey. It will also build the
linked-in driver, spidermonkey_drv, and the Erlang source.

You can test the freshly build code via 'make test' which should report all tests passed if the
build was successful.

About

A fork of erlang_ggs, attempting to implement a JS -> Erlang connection

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Erlang 60.2%
  • C 22.3%
  • JavaScript 17.3%
  • Shell 0.2%