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

https://github.com/timnekk/chatterserver

Server-side for Chatter
https://github.com/timnekk/chatterserver

Last synced: 9 months ago
JSON representation

Server-side for Chatter

Awesome Lists containing this project

README

          


Chatter

## Overview

Java server based on sockets.
Supports authorization with username.

## Usage

Install server using Maven

```
mvn package
```

And start it on port 9999

```
java -jar target\chatter-server-1.0.jar start -P 9999
```

## Commands

- **start** - Runs the server (`--port` flag required)