wide/README.md

38 lines
797 B
Markdown

# Wide #
## Intro ##
A simple <b>W</b>eb **IDE** for golang.
## Features ##
* Code Highlight
* Autocomplete
* Format
* Run & Output
* Multiplayer
* Navigation & Jump (TBD)
* Shell (TBD: interactive)
* Debug (TBD)
## Setup ##
0. Wide works fine with `Linux`, other platforms are unsupported
1. Downloads source
2. Compiles wide with `go build`
3. Configures `conf/wide.json`
4. Runs the executable `wide`
## 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)