frankvHoof93 / TikTokLiveSharp

Port of TikTok live library for C#
https://vanhoof.dev
Other
140 stars 28 forks source link

Hello, I want to adapt it to be deployed on a server for multiple clients. Is there any good way? #7

Closed asdfg314284230 closed 1 year ago

asdfg314284230 commented 1 year ago

Hello, I want to adapt it to be deployed on a server for multiple clients. Is there any good way?

frankvHoof93 commented 1 year ago

You should be able to wrap TikTokLiveSharp in a .NET REST-API and run it like that. It'll take some work though. And you'll want to use .NET CORE (not Framework) as a back-end, since the protobuf-library seems to have some issues on a .NET Framework backend.

frankvHoof93 commented 1 year ago

Closed for inactivity