Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(473)

Side by Side Diff: pkg/analysis_server_client/README.md

Issue 2994723003: Add analysis_server_client without analysis_server (Closed)
Patch Set: feedback fixes Created 3 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
(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)
OLDNEW
« no previous file with comments | « pkg/analysis_server_client/LICENSE ('k') | pkg/analysis_server_client/lib/analysis_server_client.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698