Talk is cheap. Show me the code. —— Linus Torvalds
Features
Real time multi user editing.
View execution result immediately.
Lightweight. Everything runs inside browser.
Browser compatibility
Since this is for developers, latest web features are used and only latest versions of modern browsers are supported.
Development
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.
Deployment
Use npm run build to build. Then deploy every thing in dist to a static file server such as Nginx or your CDN.
Show Me The Code
Features
Browser compatibility
Since this is for developers, latest web features are used and only latest versions of modern browsers are supported.
Development
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:genfirst to generate protobuf files. Remember to run this script every timeclient/serializers/*.protois changed.Deployment
Use
npm run buildto build. Then deploy every thing indistto a static file server such as Nginx or your CDN.Refer here for server deployment.
Remember to change origin check in
config/prod.exsLicense
Project licensed under MIT license, feel free to enjoy and participate in Open Source.