daml/web-ide
Bolek@DigitalAsset b12b94163d
webide: bugfix for content policy (#1262)
* safari has stricter intepretations of the policy. This adds explicit
web socket connect-src field

* bugfix for multiple requests for webpage in a very small amount of
time. This would previously start up multiple containers
2019-05-21 09:59:26 -04:00
..
ide-server webide: failing terminal (#1087) 2019-05-10 15:31:32 -04:00
proxy webide: bugfix for content policy (#1262) 2019-05-21 09:59:26 -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