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
- Host: GitHub
- URL: https://github.com/ayaanqui/baccarat-server
- Owner: ayaanqui
- Created: 2020-10-26T04:49:26.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-11-17T19:34:41.000Z (over 5 years ago)
- Last Synced: 2025-05-15T10:09:59.276Z (about 1 year ago)
- Topics: java, java-sockets, javafx, server, sockets, tcp-server
- Language: Java
- Homepage:
- Size: 58.6 KB
- Stars: 0
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```