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
- Host: GitHub
- URL: https://github.com/esotericman/wim
- Owner: esotericman
- Created: 2024-06-16T09:36:35.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-16T09:40:03.000Z (about 2 years ago)
- Last Synced: 2025-03-28T22:09:51.897Z (about 1 year ago)
- Topics: instant-messaging, spring-context, websocket, windward
- Language: Java
- Homepage: https://wim-sr.flmelody.org
- Size: 106 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Instruction
[中文](README.zh-CN.md)

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
