1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-01-23 17:30:04 +08:00
SpaceVim/bundle/Chatting-server
2023-03-29 10:10:50 +08:00
..
src pref(chat): improve chat layer 2021-10-27 00:50:09 +08:00
.gitignore chore(gitignore): update gitignore file 2023-03-29 10:10:50 +08:00
.projections.json refactor(chat): use bundle chatting server 2021-10-24 17:06:04 +08:00
pom.xml refactor(chat): use bundle chatting server 2021-10-24 17:06:04 +08:00
README.md refactor(chat): use bundle chatting server 2021-10-24 17:06:04 +08:00

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