An open API service indexing awesome lists of open source software.

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

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