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

https://github.com/ayaanqui/baccarat-server

Multi-threaded server for baccarat-client GUI game
https://github.com/ayaanqui/baccarat-server

java java-sockets javafx server sockets tcp-server

Last synced: about 1 month ago
JSON representation

Multi-threaded server for baccarat-client GUI game

Awesome Lists containing this project

README

          

# 🃏 Baccarat Server
This repository serves as the backend server for the [Baccarat Client](https://github.com/ayaanqui/baccarat-client). This repo has two parts the first part is the actual socket server, and the second part is the server GUI to interact with the socket server.

The socket server starts at the port specified by the server GUI. Once the server is started at a specified port, the GUI displays all incomming requests and response from users listening to, and interacting with the port.

## Working with the project

### Clone project

```
git clone https://github.com/ayaanqui/baccarat-server.git
```

### Compile project

```
mvn package
```

### Run program
```
mvn exec:java
```