- visit localhost:4000
- select one of the languages from the dropdown *
- write some code (write to stdout if you want to see some output)
- click on
run your code
button - see the results of running that code from the comfort of your browser
mix deps.get
npm install
mix phoenix.server
point browser to http://localhost:4000
- elixir
- c
- clojure
- ruby
- rust
- racket
- python
- perl
- go
- javascript (nodejs flavor)
- refactor api code into the phoenix app so ui dir becomes the only app
- stop using cors
- make frontend code editing better - make indentation easy, allow auto run interval
- add more languages