https://github.com/mwoss/socketchat
Console chat application with communication via sockets
https://github.com/mwoss/socketchat
chat java multicast sockets tcp tcp-client tcp-server udp udp-client udp-server
Last synced: about 2 months ago
JSON representation
Console chat application with communication via sockets
- Host: GitHub
- URL: https://github.com/mwoss/socketchat
- Owner: mwoss
- Created: 2018-03-13T22:42:11.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-03-13T22:50:28.000Z (about 7 years ago)
- Last Synced: 2025-01-24T08:23:12.867Z (3 months ago)
- Topics: chat, java, multicast, sockets, tcp, tcp-client, tcp-server, udp, udp-client, udp-server
- Language: Java
- Homepage:
- Size: 5.86 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SocketChat
Simple console chat app that demonstrate functionality of TCP/UDP sockets.
Communication between users can be obtained via TCP, UDP or multicast.#### Usage:
* Compile
* Run server
* Run as many clients as you want and start chatting :)