daml/web-ide
Bolek@DigitalAsset ff542f4778
webide: browser detection alert, csp fix (#1297)
* support wss in content security policy
* detect browsers which don't support arrow function and show message
2019-05-22 16:30:43 -04:00
..
ide-server webide: failing terminal (#1087) 2019-05-10 15:31:32 -04:00
proxy webide: browser detection alert, csp fix (#1297) 2019-05-22 16:30:43 -04:00
.gitignore web-ide: clean up / refactor (#421) 2019-04-12 15:01:55 +00:00
README.md web ide: secure docker containers through networks (#304) 2019-04-08 19:31:13 +00:00

DAML WEB IDE

This is a project for managing multi user web ide. The main components are

  • daml web ide docker image: this hosts a web ide code-server bundled with the sdk
  • proxy server and image: this manages multiple daml web ide docker containers and proxies requests into them

Further details can be found in proxy/README.md and ide-server/README.md