stand alone skynet without skynet-master

This commit is contained in:
云风
2012-08-08 13:30:59 +08:00
parent 2dc7bec040
commit 7aee6b66d1
12 changed files with 84 additions and 27 deletions

View File

@@ -11,8 +11,7 @@ make
Run these in different console
```
./skynet-master # Launch master server first
./skynet config # Launch first skynet node (Gate server)
./skynet config # Launch first skynet node (Gate server) and a skynet-master (see config for standalone option)
./skynet config_log # Launch second skynet node (Global logger server)
./clinet 127.0.0.1 8888 # Launch a client, and try to input some words.
```
@@ -20,8 +19,7 @@ Run these in different console
## Test connection server
```
./skynet-master # Launch master server first
./skynet # Launch first skynet node
./skynet # Launch skynet
./nc -l 8000 # Listen on port 8000
```