OpenTl / OpenTl.Server

GNU General Public License v3.0
11 stars 2 forks source link

Further development of this project into fully-featured self-hosted Telegram server? #2

Open x2bool opened 6 years ago

x2bool commented 6 years ago

Hi! I saw the videos on your youtube channel, good job!

Would you be interested in developing this project into fully-featured self-hosted Telegram version? Or is this project for education purposes only? I could make a few pull requests, but I am not sure about status of this project.

vik-borisov commented 6 years ago

@x2bool Hello! Thank you for your interest. Yes, I am interested in the development of this project. Because of the load, I focused on the OpenTl.ClientApi project. Since this project gives an understanding of the organization of official servers. After finishing the work on the project OpenTl.ClientApi, I will switch to this project

x2bool commented 6 years ago

Have you heard about https://github.com/tdlib/td ?

There are bindings for C#. This lib provides fully-featured client. So in theory we could test server side with this lib. I am mostly interested in server. I considered Golang for implementing server-side but then found your implementation.

Okay I'll try to run your server and look up something I can work on.