loyldg / mytelegram

MyTelegram is Telegram server side api implementation written in c#
Apache License 2.0
73 stars 28 forks source link

How to run with visual studio? #11

Closed AliKhadivi closed 1 year ago

AliKhadivi commented 1 year ago

image I ran it with visual studio but no port is open

image Where are the source code of these projects?

AliKhadivi commented 1 year ago

image or this

loyldg commented 1 year ago

Those servers are not open source yet(auth,file,gateway,seq,session),if you want to run with visual studio

  1. Download the latest servers from https://github.com/loyldg/mytelegram/releases/download/v0.11.1102/mytelegram-server-0.11.1102-win-x64.zip
  2. Run start-all.bat
  3. Kill process Mytelegram.Messenger.Abp.exe
  4. Start MyTelegram.Messenger.Abp from visual studio
ti-bone commented 1 year ago

@loyldg Are that servers will be open-source?