Go to file
Andrea Cavalli 0b317cc545 Update tdlight 2021-08-05 17:34:58 +02:00
.github/workflows Move to gh actions 2020-12-30 00:36:51 +01:00
src/main Fix backpressure problem with reactor 2021-08-05 17:33:21 +02:00
.gitignore Update .gitignore 2020-10-14 22:40:55 +02:00
README.md Bugfixes 2021-01-24 19:13:46 +01:00
pom.xml Update tdlight 2021-08-05 17:34:58 +02:00

README.md

TDLib session container

This software is a wrapper for TDLight Java

Unlike TDLight java, this wrapper abstracts TDLib to make it possible to run remotely, decoupling it into a client and a server.

TDLib session container can be used in various ways:

  • Clustered
  • Remote
  • Local
  • Direct (The client process, as TDLight java)