Steak
[GIthub] Package that is not open source but with Public Visibility?
Hello, I want to create a small library as a package (lets say nuget or unity package manager), However I dont want my code to be open source (distributed as assembly
.dll
) with Public Repository in Github. Is it legal to do this?22 replies
Matchmaking Connection
Hello, Im building a Matchmaking Server:
built on ASP. NET WebAPI
Im confused to choose between
HTTP (REST)
or
TCP Client/Listener
Client will start issue MM Ticket, then Keep Get MM Status each interval in order to keep ticket alive
VS
Client will establish Tcp Connection to Server, Server will return MM Status when needed
36 replies