Do I have to install separate codes on separate computers for a socket chat program?? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

Do I have to install separate codes on separate computers for a socket chat program??

I am making a chat server on my own but don't know the exact procedure...help needed

13th Jan 2018, 1:37 PM
BIOSed_Codeboy🎧
BIOSed_Codeboy🎧 - avatar
2 Answers
+ 1
No, just make sure the other computers support the language you're making it in (probably Java, in which case I have some stuff you can look at). Here's mine: https://code.sololearn.com/cofF4Jc56iuF/?ref=app https://code.sololearn.com/c85utARcWlrv/?ref=app
13th Jan 2018, 4:33 PM
LunarCoffee
LunarCoffee - avatar
+ 2
No, you build the client and server on the same machine. The client will just have to have the necessary runtimes to use your program. ie if your build in Java they need to have the Java VM installed or if you use C# then they would have to have the same version of the .Net framework you used (or newer) etc.
13th Jan 2018, 4:25 PM
Chris Martinez
Chris Martinez - avatar