icecream78 / go-playground

Better Go Playground powered by React and Monaco editor

Home Page:https://goplay.x1unix.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Better Go Playground

Improved Go Playground powered by Monaco Editor and React

alt text

Features

And more

Demo

http://goplay.x1unix.com/

Installation

Playground is available via Docker Hub or can be built and run locally (Go 1.12+ and Node.js required):

$ git clone https://github.com/x1unix/go-playground.git
$ cd go-playground
$ make

To run the playground, go to target directory and start the server:

$ cd target
$ ./playground -f ./data/packages.json -debug

Use -help to get information about command params

About

Better Go Playground powered by React and Monaco editor

https://goplay.x1unix.com/

License:MIT License


Languages

Language:Go 82.3%Language:JavaScript 13.7%Language:Makefile 1.3%Language:CSS 1.3%Language:HTML 0.8%Language:Dockerfile 0.6%