Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/samuelastech/chat-messenger

A simple TCP chat group made with Java Socket
https://github.com/samuelastech/chat-messenger

java java-sockets java-swing

Last synced: about 4 hours ago
JSON representation

A simple TCP chat group made with Java Socket

Awesome Lists containing this project

README

        

# Chat Messenger

This is a multi-client chat application.

![wireframe](wireframe.png)

# How to use

Run the server:
```shell
java Server.java
```

Start as many clients as you want:
```shell
java ClientGui.java
```

# References

The people who teach me how to do this, all credit to them:

- WittCode: [Java Socket Programming - Multiple Clients Chat](https://www.youtube.com/watch?v=gLfuZrrfKes);
- pchampio: [java-chat](https://github.com/pchampio/java-chat).