Talk is cheap. Show me the code. —— Linus Torvalds
- Real time multi user editing.
- View execution result immediately.
- Lightweight. Everything runs inside browser.
Since this is for developers, latest web features are used and only latest versions of modern browsers are supported.
Server is based on Phoenix. Development guides here. UUID support is required for DBMS.
Client browser app is based on Angular. Run npm run proto:gen
first to generate protobuf files.
Remember to run this script every time client/serializers/*.proto
is changed.
Use npm run build
to build. Then deploy every thing in dist
to a static file server such as Nginx or your CDN.
Refer here for server deployment.
Remember to change origin check in config/prod.exs
Project licensed under MIT license, feel free to enjoy and participate in Open Source.