hikalkan / scs

TCP Server/Client Communication and RMI Framework
MIT License
225 stars 112 forks source link

Whether to now provide a way for clients to access the domain name to connect to the server? #42

Open Cloud33 opened 4 years ago

Cloud33 commented 4 years ago

Whether to now provide a way for clients to access the domain name to connect to the server? I don't want to access it directly through an IP address. example:

 var client = ScsServiceClientBuilder.CreateClient<IPhoneBookService>(
                new ScsTcpEndPoint("github.com", 10048));

Use it like this. @hikalkan thanks.