Skip to content

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

Notifications You must be signed in to change notification settings

esotericman/wim

Repository files navigation

Instruction

中文

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

      ./gradlew clean jar
  • run

      java -jar build/libs/wim-0.1-SNAPSHOT.jar
  • you get it

    img.png

About

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages