https://github.com/wsdjeg/chatting-server
chatting server and client for vim-chat
https://github.com/wsdjeg/chatting-server
spacevim
Last synced: about 1 month ago
JSON representation
chatting server and client for vim-chat
- Host: GitHub
- URL: https://github.com/wsdjeg/chatting-server
- Owner: wsdjeg
- Created: 2016-11-17T16:10:41.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-12-06T16:06:05.000Z (over 7 years ago)
- Last Synced: 2025-02-12T11:12:52.443Z (3 months ago)
- Topics: spacevim
- Language: Java
- Homepage: https://wsdjeg.github.io/Chatting/
- Size: 63.5 KB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### 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
```