# Wide # ## Intro ## A simple Web **IDE** for golang. ## Features ## * Code Highlight * Autocomplete * Format * Run & Debug * Multiplayer * Navigation & Jump * Shell * Git integration * Web development ## Demos ## * [20140823](http://b3log.org/wide/demo/20140823.html) ## Setup ## 1. Downloads source 2. Compiles wide with `go build` 3. Configures `conf/wide.json` 4. Runs the executable `wide` or `wide.exe` ## License ## Copyright (c) 2014, B3log Team (http://b3log.org) Licensed under the [Apache License 2.0](https://github.com/b3log/wide/blob/master/LICENSE). ## Credits ## * [golang](http://golang.org) * [CodeMirror](https://github.com/marijnh/CodeMirror) * [zTree](https://github.com/zTree/zTree_v3) * [gocode](https://github.com/nsf/gocode) * [Gorilla](https://github.com/gorilla)