# gMaxLinked **Repository Path**: KunDa2/gMaxLinked ## Basic Information - **Project Name**: gMaxLinked - **Description**: 源仓库 https://github.com/shoutrain/gMaxLinked - **Primary Language**: C++ - **License**: GPL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-06-12 - **Last Updated**: 2024-06-12 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README gMaxLinked,a framework or a backend application for large concurrency, real-time, long-live tcp applications. You can use gMaxLinked to establish application used by android push, WeChat/Line backend server, etc. You can find the source code in src folder. There are C and Java code for corresponding clients reference, you can find them in client folder. You can use C client code directly, they have been tested with gMaxLinked as a server. The java code can be used as reference only due to not be up to date. gMaxLinked only work on linux 64-bit(I compile and run the application on CentOS 7 64-bit and Ubuntu 16.04 LTS 64-bit). Following libs is necessary for gMaxLinked: > pthread > hiredis(Ubuntu: apt install libhiredis-dev) > log4c(Ubuntu: apt install liblog4c-dev) Plase use SCons(Ubuntu: apt install scons) to build the project. Code Style: { BasedOnStyle: Google, UseTab: Never, IndentWidth: 4, TabWidth: 4, AccessModifierOffset: -4, NamespaceIndentation: All }