My projects
EasyCommunicator
Project type:
Technologies&Frameworks used:
EasyCommunicator is client-server communication app that utilizes tcp protocol to enable http-like communication but in both ways. Server can issue request to client and vice versa.

My current side project - Web third person multiplayer shooter game
Project type:
Technologies&Frameworks used:
My game's website (still in development) destructors.net
My game is available to played here: destructors.net/play This project combines Unity3D's capabilietes for game itself, and .NET solutions for backend and matchmaking
Clients communicate with .NET web api to find and join games hosted by the server. This backed under the hood utilizies my other solution EasyCommunicator to enable convenient TCP communication via fixed messages between server game process and .NET web API

Xwitter
Project type:
Technologies&Frameworks used:
In short - Twitter clone web app.
Users can create account, post posts, and others can comment them. Each post and user have their unique urls
You can check out Xwitter here

EasyServerList
Project type:
Technologies&Frameworks used:
Easy server list is matchmaking system for multiplayer games that comes with control panel for managing running games here
