Tcp and Udp Socket Programming Chat Application Java
Welcome to Tcp-Udp Socket Programming With Java Sockets
- You have to compile code with javac command.
- javac TcpServer.java
- And run it with java command.
- java TcpServer
Do not forget to run Server first!
You can check socket and actions with this command on windows cmd netstat -ano | findstr :(port) and you can stop all action in that pid with this command taskkill /pid :(pid) /f
https://www.linkedin.com/in/muhammed-mustafa-savar-234783163/