- The Go Playground with coedit mode.
# Open room
https://gpgsync.herokuapp.com/rooms/:roomId
# Use shared content to create room
https://gpgsync.herokuapp.com/p/:sharedContentId
# Open room with shared content
https://gpgsync.herokuapp.com/rooms/:roomId/p/:sharedContentId
- shared content ID can be gotten by Go Playground's
share
function.
npm install
node server.js // Runs on http://localhost:8080
- Original
The Go Playground
by Go team - Base Idea from ttakuru88: https://github.com/ttakuru88/ot_sample
syumai
MIT