I have an assignment in a discipline from my graduation course where I have to communicate with a server. I am allowed to do that in any language, so I chose Scala. I only receive the port that I am supposed to do that, which is 127.0.0.1:50200.
I would like to know how would I make that connection in Scala. Is it a library or something built in already in the language? I know it is probably really simple, but I have never done something like this.
Ps.: Note that the server is an application that is running on my computer.