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

https://github.com/2kabhishek/socket-chat

Group Chat with sockets 🔌🗨️
https://github.com/2kabhishek/socket-chat

chat communication group-chat java networking sockets

Last synced: about 3 hours ago
JSON representation

Group Chat with sockets 🔌🗨️

Awesome Lists containing this project

README

          

socket-chat


License


People


Stars


Forks


Watches


Last Updated

Group Chat with sockets 🔌🗨️

socket-chat Demo


socket-chat screenshot

## What is this

socket-chat is a group chat application that lets you communicate with multiple clients.

## Inspiration

Was learning about sockets wanted to build something out of it.

## Prerequisites

Before you begin, ensure you have met the following requirements:

- You have installed the latest version of `jdk`

## Getting socket-chat

To get socket-chat, follow these steps:

```bash
git clone https://github.com/2kabhishek/socket-chat
cd socket-chat
```

## Using socket-chat

- To run the server

```bash
cd src/server
javac ServerMain
java ServerMain
```

- To run clients

```bash
cd src/clients
javac ClientMain
java ClientMain
```

## How it was built

socket-chat was built using `neovim and java`

## What I learned

- Learning about sockets was fun
- Learned how to use sockets with Java

Hit the ⭐ button if you found this useful.

## More Info

For C implementation look at [csock](https://github.com/2kabhishek/csock)

Source | Website