Update README.md
This commit is contained in:
parent
3451a5e197
commit
169cecd4c5
12
README.md
12
README.md
|
@ -4,22 +4,22 @@
|
||||||
A simple <b>W</b>eb **IDE** for golang.
|
A simple <b>W</b>eb **IDE** for golang.
|
||||||
|
|
||||||
## Motivation
|
## Motivation
|
||||||
* There are a few of GO IDEs, and no one developed by Go itself, this is a nice try
|
|
||||||
* **Web based** IDE:
|
|
||||||
* Developer needs a browser only
|
|
||||||
* Cross-platform, even on mobile devices
|
|
||||||
* For the geeks
|
|
||||||
* **Team** IDE:
|
* **Team** IDE:
|
||||||
* Safe and reliable: the project source code stored on the server in real time, the developer's machine crashes without losing any source code
|
* Safe and reliable: the project source code stored on the server in real time, the developer's machine crashes without losing any source code
|
||||||
* Unified environment: server unified development environment configuration, the developer machine without any additional configuration
|
* Unified environment: server unified development environment configuration, the developer machine without any additional configuration
|
||||||
* Out of the box: 5 minutes to setup a server then open browser to develop, debug
|
* Out of the box: 5 minutes to setup a server then open browser to develop, debug
|
||||||
* Version Control: each developer has its own source code repository, easy sync with the trunk
|
* Version Control: each developer has its own source code repository, easy sync with the trunk
|
||||||
|
* **Web based** IDE:
|
||||||
|
* Developer needs a browser only
|
||||||
|
* Cross-platform, even on mobile devices
|
||||||
|
* For the geeks
|
||||||
|
* A try for **commercial-open source**: versions customized for enterprises, close to their development work flows respectively
|
||||||
* Currently more popular Go IDE has some defects or regrets:
|
* Currently more popular Go IDE has some defects or regrets:
|
||||||
* Text editor (vim/emacs/sublime/Atom, etc.): For the Go newbie is too complex
|
* Text editor (vim/emacs/sublime/Atom, etc.): For the Go newbie is too complex
|
||||||
* Plug-in (goclipse, etc.): the need for the original IDE support, not professional
|
* Plug-in (goclipse, etc.): the need for the original IDE support, not professional
|
||||||
* LiteIDE: no modern user interface :p
|
* LiteIDE: no modern user interface :p
|
||||||
* No team development experience
|
* No team development experience
|
||||||
* A try for **commercial-open source**: versions customized for enterprises, close to their development work flows respectively
|
* There are a few of GO IDEs, and no one developed by Go itself, this is a nice try
|
||||||
|
|
||||||
## Features
|
## Features
|
||||||
* Code Highlight, Folding: Go/HTML/JavaScript/Markdown etc.
|
* Code Highlight, Folding: Go/HTML/JavaScript/Markdown etc.
|
||||||
|
|
Loading…
Reference in New Issue