Skip to content

ayaanqui/baccarat-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🃏 Baccarat Server

This repository serves as the backend server for the 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

About

Multi-threaded server for baccarat-client GUI game

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages