wide/README.md

40 lines
814 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)
## 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)