/golang-online

A web app for compiling .go file online using Websocket and native go tools

Primary LanguageGoMIT LicenseMIT

A web app for compiling .go file online

A similar implement just like the official go-playground

Actually this is a pre-project for a online Fabric chaincode running environment using the go-logging and Websocket .

Start

  1. Launch the server
    go build -o wtf && ./wtf
    
  2. Start the webpack-dev-server
    cd f && yarn start
    
  3. Click the Run button to meet the Hello World!

License

MIT