OLD | NEW |
(Empty) | |
| 1 # Analysis Server Client |
| 2 |
| 3 A client wrapper over Analysis Server. Instances of this client manages |
| 4 connection to Analysis Server and process and faciliates JSON protocol |
| 5 communication to and from the server. |
| 6 |
| 7 Current implementation has no knowledge of the Analysis Server library yet. |
| 8 Future updates will allow for full class-access of Analysis Server protocol |
| 9 objects. |
| 10 |
| 11 Analysis Server process must be instantiated separately and loaded into |
| 12 Analysis Server Client. To learn how to generate an Analysis Server Process, |
| 13 refer to the [Analysis Server page.](https://github.com/dart-lang/sdk/tree/maste
r/pkg/analysis_server) |
OLD | NEW |