Updated Client server discovery lifecycle (markdown)

eugene yokota 2017-09-10 02:12:10 -04:00
parent 89ed4bb81b
commit 9344a70bd3
1 changed files with 11 additions and 2 deletions

@ -1,12 +1,21 @@
For older discussion see [XArchived: Client server discovery lifecycle](./XArchived:-Client-server-discovery-lifecycle)
### active.json
### ref.json
This file will be placed under `$cwd/project/target/`.
```
{
"portfile": "file:///Users/xxx/.sbt/server/$hash_of_cwd/portfile.json",
"portfile": "file:///Users/xxx/.sbt/server/$hash_of_cwd/active.json",
"url": "tcp://127.0.0.0:xxxx"
}
```
### active.json
```
{
"url": "tcp://127.0.0.0:xxxx"
}
```