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

Unified 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 side-by-side diff with in-line comments
Download patch
« 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 »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/analysis_server_client/README.md
diff --git a/pkg/analysis_server_client/README.md b/pkg/analysis_server_client/README.md
new file mode 100644
index 0000000000000000000000000000000000000000..3351705598bdb493c613908cbbd305477c708c24
--- /dev/null
+++ b/pkg/analysis_server_client/README.md
@@ -0,0 +1,13 @@
+# Analysis Server Client
+
+A client wrapper over Analysis Server. Instances of this client manages
+connection to Analysis Server and process and faciliates JSON protocol
+communication to and from the server.
+
+Current implementation has no knowledge of the Analysis Server library yet.
+Future updates will allow for full class-access of Analysis Server protocol
+objects.
+
+Analysis Server process must be instantiated separately and loaded into
+Analysis Server Client. To learn how to generate an Analysis Server Process,
+refer to the [Analysis Server page.](https://github.com/dart-lang/sdk/tree/master/pkg/analysis_server)
« 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