Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/soumyadip007/chat-server-application-using-java-swing-socket

Socket programming is a way of connecting two nodes on a network to communicate with each other. One socket(node) listens on a particular port at an IP, while other socket reaches out to the other to form a connection. Server forms the listener socket while client reaches out to the server.
https://github.com/soumyadip007/chat-server-application-using-java-swing-socket

curd-application java listener-socket message-interpreter socket socket-programming swing tcp transmission-control-protocol

Last synced: 3 months ago
JSON representation

Socket programming is a way of connecting two nodes on a network to communicate with each other. One socket(node) listens on a particular port at an IP, while other socket reaches out to the other to form a connection. Server forms the listener socket while client reaches out to the server.

Awesome Lists containing this project