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

https://github.com/esotericman/wim

Windward-based development of an instant messaging server-side system , using Spring as the DI container , MongoDB persistent storage , based on WebSocket a Protobuf private messaging protocol . Message body based on the WIM proposal
https://github.com/esotericman/wim

instant-messaging spring-context websocket windward

Last synced: about 1 year ago
JSON representation

Windward-based development of an instant messaging server-side system , using Spring as the DI container , MongoDB persistent storage , based on WebSocket a Protobuf private messaging protocol . Message body based on the WIM proposal

Awesome Lists containing this project

README

          

## Instruction
[中文](README.zh-CN.md)

![wim.svg](wim.svg)

This project is driven by `Windward`, `Spring` as a DI container, `MongoDB` as a persistent storage implementation of
a `WebSocket` and `Protobuf` based
Instant messaging server. It is currently under development🐻‍❄️.

## Quick start

- package
```shell
./gradlew clean jar
```
- run
```shell
java -jar build/libs/wim-0.1-SNAPSHOT.jar
```
- you get it

![img.png](img.png)