1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-01-24 05:30:07 +08:00
SpaceVim/bundle/Chatting-server/README.md
2021-10-24 17:06:04 +08:00

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
```