mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-01-24 05:30:07 +08:00
15 lines
345 B
Markdown
15 lines
345 B
Markdown
### Chatting
|
|
|
|
simple server and clint for chatting.
|
|
|
|
```
|
|
Chatting server V0.1.0
|
|
java [-classpath] com.wsdjeg.chat.Server [-h] [-v] [--database databaseFileName] [-d] [-D port]
|
|
Options:
|
|
-h help
|
|
-v version
|
|
-d debug level
|
|
-database use database file
|
|
-D port start daemon on specified port
|
|
```
|