Skip to content

elbrujohalcon/eplaypen

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A web interface for running Erlang code built using playpen and cowboy.

It is hosted at http://playerl.seriyps.ru/.

JSON

curl -i -d '{"code":"main() -> ok.","release":"17.4","output_format":"beam"}' -H "Content-Type: application/json" http://playerl.seriyps.ru/api/compile

x-www-form-urlencoded

curl -i -d "code=main%28%29%20-%3E%20ok.&release=17.4&output_format=beam" http://playerl.seriyps.ru/api/compile

About

Erlang web playground http://tryerl.seriyps.ru/

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Erlang 46.4%
  • JavaScript 29.3%
  • Shell 11.4%
  • HTML 8.3%
  • CSS 4.6%