commit 5e5bc69860a53a68161d0eb4f8cd8e36e1fc7c69 Author: David Baird Date: Sun Aug 19 20:18:05 2012 -0700 Initial commit diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..8df9393 --- /dev/null +++ b/.gitignore @@ -0,0 +1,12 @@ +# Compiled Object files +*.slo +*.lo +*.o + +# Compiled Dynamic libraries +*.so + +# Compiled Static libraries +*.lai +*.la +*.a diff --git a/README.md b/README.md new file mode 100644 index 0000000..81e7da0 --- /dev/null +++ b/README.md @@ -0,0 +1,4 @@ +easywsclient +============ + +A header-only WebSocket client for C++ with no mandatory dependencies \ No newline at end of file