Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 609 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 609 Bytes

SocketServer

Overview

SocketServer is a C++ implementation of socket protocol as a server.

Features

The following features are included:

  • ConfigManager to read a config.cfg and store environment variables into a unordered_map.
  • SocketManager to create a socket to send and receive data in two-way binding.
  • HashTable, LinkList libraries to manage future features ...

Project Structure

  • app directory to define SocketServer related code.
  • lib directory to define application related libraries.
  • scripts directory to define installation related scripts.