mirror of
https://github.com/digital-asset/daml.git
synced 2024-11-10 10:46:11 +03:00
d7048740c8
* 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 |
||
---|---|---|
.. | ||
ide-server | ||
proxy | ||
.gitignore | ||
README.md |
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