There is a simple Multicast Chat application
- Java 1.8
# Clone Repository
$ git clone https://github.com/PUC-DISCIPLINAS/chat-multicast-java-ianbandrade.git
# Go to folder
$ cd chat-multicast-java-ianbandrade/out/production/chat-multicast-java-ianbandrade
# Start the server
$ java Server
The console going to show the result
# Go to folder
$ cd chat-multicast-java-ianbandrade/out/production/chat-multicast-java-ianbandrade
# Start the client
$ java Client
The console going to show the result
:list_rooms - list the created server rooms
:create_room - create a room
:join_room - join into a room (format example: '/224.0.0.0')
:exit_room - (just into a room), exit of a room
:list_members - (just into a room), list the online users in the room
:list_users - list online users on the server
:exit - exit of the program
This project is under the MIT license. See the file LICENSE for more details.