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

https://github.com/spearheadone/wschat

Small console chat
https://github.com/spearheadone/wschat

java jetty maven websocket

Last synced: 5 months ago
JSON representation

Small console chat

Awesome Lists containing this project

README

          

# WsChat

Small console based websocket chat-room application.

Build
```yaml
mvn clean install
```

Run
```yaml
java -jar target/server.jar

java -jar target/client.jar
```