aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Buland <eichlan@xagasoft.com>2012-11-15 22:31:20 +0000
committerMike Buland <eichlan@xagasoft.com>2012-11-15 22:31:20 +0000
commitdab882836e140401a452eafe890e36760a393b9b (patch)
tree43bd5c48bf36875e0ee0bc4a742ce80475dfbf87
parent052cbfd922a9512d1143fc10f5ab4c82b5470bcc (diff)
downloadlibgats-dab882836e140401a452eafe890e36760a393b9b.tar.gz
libgats-dab882836e140401a452eafe890e36760a393b9b.tar.bz2
libgats-dab882836e140401a452eafe890e36760a393b9b.tar.xz
libgats-dab882836e140401a452eafe890e36760a393b9b.zip
Updated readme to include the .net library.
-rw-r--r--README.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/README.md b/README.md
index 6d039e2..3132f2e 100644
--- a/README.md
+++ b/README.md
@@ -66,6 +66,13 @@ target directory:
66 sockets. The Python implementation returns and transmits native Python 66 sockets. The Python implementation returns and transmits native Python
67 data types, which makes life pretty easy. To use this version simply copy 67 data types, which makes life pretty easy. To use this version simply copy
68 gats.py to your project. 68 gats.py to your project.
69 * *cs-dotnet* - This implementation is written in C# and compiles against .NET
70 version 4.0 or later (possibly earlier). It takes advantage of standard
71 .NET interfaces for container types so they function just like native
72 Dictionaries and Lists. The class layout is similar to other languages,
73 specifically Java. This implementation does slightly more buffering than
74 some of the others, but it still wouldn't hurt to buffer your more volatile
75 streams, like network streams.
69 76
70# Basic Operation 77# Basic Operation
71 78