Update README.md
This commit is contained in:
parent
61f5034de8
commit
a783de9f22
10
README.md
10
README.md
|
@ -36,7 +36,9 @@ A <b>W</b>eb <b>IDE</b> IDE for Teams using Golang.
|
||||||
|
|
||||||
## Architecture
|
## Architecture
|
||||||
### Build & Run
|
### Build & Run
|
||||||
![](https://cloud.githubusercontent.com/assets/873584/4389219/3642bc62-43f3-11e4-8d1f-06d7aaf22784.png)
|
|
||||||
|
![Build & Run](https://cloud.githubusercontent.com/assets/873584/4389219/3642bc62-43f3-11e4-8d1f-06d7aaf22784.png)
|
||||||
|
|
||||||
|
|
||||||
* A browser tab corresponds to a Wide session
|
* A browser tab corresponds to a Wide session
|
||||||
* Execution output push via WebSocket
|
* Execution output push via WebSocket
|
||||||
|
@ -52,9 +54,11 @@ A <b>W</b>eb <b>IDE</b> IDE for Teams using Golang.
|
||||||
5. Browser renders with callback function ````ws.onmessage````
|
5. Browser renders with callback function ````ws.onmessage````
|
||||||
|
|
||||||
### Code Assist
|
### Code Assist
|
||||||
![](https://cloud.githubusercontent.com/assets/873584/4399135/3b80c21c-4463-11e4-8e94-7f7e8d12a4df.png)
|
|
||||||
|
|
||||||
* Autocompletion
|
![Code Assist](https://cloud.githubusercontent.com/assets/873584/4399135/3b80c21c-4463-11e4-8e94-7f7e8d12a4df.png)
|
||||||
|
|
||||||
|
|
||||||
|
* Autocompletion
|
||||||
* Find Usages
|
* Find Usages
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue