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
- Host: GitHub
- URL: https://github.com/fullstop000/golang-online
- Owner: Fullstop000
- License: mit
- Created: 2018-04-23T05:58:41.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-04-28T06:44:29.000Z (about 8 years ago)
- Last Synced: 2025-01-25T11:10:03.825Z (over 1 year ago)
- Topics: golang, websocket
- Language: Go
- Size: 233 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Support: support.go
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)