Skip to content

Latest commit

 

History

History
59 lines (37 loc) · 1.54 KB

README.md

File metadata and controls

59 lines (37 loc) · 1.54 KB

dChat logo

GitHub release (latest by date) GitHub last commit (branch) GitHub issues GitHub code size in bytes GitHub

dChat

Desktop messaging platform, developed and designed completely in Kotlin!

Notable features

  • Fully documented API
  • End-to-End markdown writeups
  • Industry standard practices
  • Functional and modular implementations
  • Clean and Readable code
  • Business layer testing

Roadmap

  • Client implementation
  • Disconnect socket connections when JWT tokens expire
  • Notify online chats about users going offline

Documentation

Datamodels

Routes

WebSockets

Services

Tests

Contributing

Contributions are always welcome!

See contributing.md for ways to get started.

Running tests

To run tests, run the following with Gradle

./gradlew test

License

Apache 2.0