Skip to content

Goal of this project is to create simple server, easy to use :)

Notifications You must be signed in to change notification settings

skowront/ServerProject

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ServerProject

This project implements a template for client - server application.

Overview

Main goal of the project is to simplify microsoft windows server - client interface to send() <-> recieve() functions so side functions are no longer required to run the application.
The goal was achieved, but obviously also restricted the range this code may be used.
However great advantage it gives is that from now on you may implement only application protocol layer and no longer struggle with buffers and sockets.

Short Manual

The only important functions are in

  • server.cpp folder in server project:
    • void Server::OnDataRecieved() which handles incoming data
    • void Server::OnTick() which happens every server loop passes
  • main.cpp folder in client project
    • int main() where there is the client action implementation

Currently there is a message communicator implemented.

About

Goal of this project is to create simple server, easy to use :)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published