An open API service indexing awesome lists of open source software.

https://github.com/fullstop000/golang-online

A web app for compiling .go file online using Websocket and native go tools
https://github.com/fullstop000/golang-online

golang websocket

Last synced: about 1 month ago
JSON representation

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

Awesome Lists containing this project

README

          

## A web app for compiling .go file online
A similar implement just like the official [go-playground](https://play.golang.org/)
> Actually this is a pre-project for a online Fabric chaincode running environment
using the [go-logging](https://github.com/op/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](https://tldrlegal.com/license/mit-license)