wide/README.md

40 lines
814 B
Markdown
Raw Normal View History

2014-08-18 17:45:43 +04:00
# Wide #
## Intro ##
A simple <b>W</b>eb **IDE** for golang.
## Features ##
* Code Highlight
* Autocomplete
* Format
* Run & Output
* Multiplayer
* Navigation & Jump (TBD)
2014-08-21 11:09:12 +04:00
* Shell (TBD: interactive)
* Debug (TBD)
2014-08-18 17:45:43 +04:00
2014-08-28 05:29:28 +04:00
## Demos ##
* [20140823](http://b3log.org/wide/demo/20140823.html)
2014-08-18 17:45:43 +04:00
## Setup ##
1. Downloads source
2. Compiles wide with `go build`
3. Configures `conf/wide.json`
2014-08-29 05:23:35 +04:00
4. Runs the executable `wide` or `wide.exe`
2014-08-18 17:45:43 +04:00
## License ##
2014-08-18 17:51:03 +04:00
Copyright (c) 2014, B3log Team (http://b3log.org)
2014-08-18 17:45:43 +04:00
2014-08-18 17:51:03 +04:00
Licensed under the [Apache License 2.0](https://github.com/b3log/wide/blob/master/LICENSE).
2014-08-18 17:45:43 +04:00
## 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)