Online Scala REPL Demo https://scala.ihainan.me/ Requirements node npm scala or docker Build & Run: git clone https://github.com/ihainan/online-scala-repl.git && cd online-scala-repl npm install npm run build node server.js # or DOCKER_RUN=true node server.js Then visit http://localhost:3000 to use Scala REPL.