Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 1 KB

File metadata and controls

19 lines (13 loc) · 1 KB

JavaSocketServer

Used with C#SocketClient

#Build Status Build Status

#Dependency Status Dependency Status

#Info Simple program to make socket tcp connection between Java(JVM) server and C# WPF client. Objects are being parsed by JSON format and sended by sockets. Server got connection to DataBase (MySQL) and with client make something like Java RMI protocol.

Later it will become chat and will be connected with simple game or games lobby. Game Lobby is most possible for now, but before that I need to make API for that. Than after lobby add some simple multiplayer games.