An instant messaging application with a self-hostable server.
This repository has been archived on 2021-12-05. You can view files and clone it, but cannot push or open issues or pull requests.
Go to file
kske e13438eefd Added basic lifecycle with object reading capabilities
* Added java-nio-server dependency
* Added ObjectMessageReader and ObjectMessageProcessor
* Added Startup class starting a Server instance
2019-12-28 15:48:39 +02:00
.settings Added basic lifecycle with object reading capabilities 2019-12-28 15:48:39 +02:00
src/main/java/envoy/server Added basic lifecycle with object reading capabilities 2019-12-28 15:48:39 +02:00
.classpath Added Maven project 2019-12-23 21:31:51 +01:00
.gitignore Added Maven project 2019-12-23 21:31:51 +01:00
.project Added Maven project 2019-12-23 21:31:51 +01:00
LICENSE Initial commit 2019-12-23 21:20:20 +01:00
pom.xml Added basic lifecycle with object reading capabilities 2019-12-28 15:48:39 +02:00
README.md Initial commit 2019-12-23 21:20:20 +01:00

envoy-server-standalone

Standalone server for the Envoy project