rewrite client demo by lua, remove old C version client demo

This commit is contained in:
Cloud Wu
2014-04-14 17:00:42 +08:00
parent 1e9a27232b
commit 904b68b5a5
45 changed files with 11717 additions and 12 deletions

View File

@@ -17,7 +17,7 @@ Run these in different console
```
./skynet examples/config # Launch first skynet node (Gate server) and a skynet-master (see config for standalone option)
./client 127.0.0.1 8888 # Launch a client, and try to input some words.
lua examples/client.lua # Launch a client, and try to input some words.
```
## About Lua