Update README.md
This commit is contained in:
parent
61f5034de8
commit
a783de9f22
|
@ -36,7 +36,9 @@ A <b>W</b>eb <b>IDE</b> IDE for Teams using Golang.
|
||||||
|
|
||||||
## Architecture
|
## Architecture
|
||||||
### Build & Run
|
### Build & Run
|
||||||

|
|
||||||
|

|
||||||
|
|
||||||
|
|
||||||
* 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,7 +54,9 @@ 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
|
||||||

|
|
||||||
|

|
||||||
|
|
||||||
|
|
||||||
* Autocompletion
|
* Autocompletion
|
||||||
* Find Usages
|
* Find Usages
|
||||||
|
|
Loading…
Reference in New Issue