daml/web-ide
Bolek@DigitalAsset d7048740c8
webide: analytics (#1358)
* webide: analytics

Because we don't control the html content of the actual web ide, we
won't integrate with the more common front end js for google analytics.
Instead we use server side communications.

* webide: add page to events
2019-05-23 19:25:29 -04:00
..
ide-server webide: failing terminal (#1087) 2019-05-10 15:31:32 -04:00
proxy webide: analytics (#1358) 2019-05-23 19:25:29 -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