Coder Social home page Coder Social logo

loveleon / poseidon Goto Github PK

View Code? Open in Web Editor NEW

This project forked from lhmouse/poseidon-archive

0.0 0.0 0.0 19.53 MB

Poseidon Game Server (C++98/11 + boost + OpenSSL + MySQL + MongoDB)

License: Apache License 2.0

Makefile 1.34% Shell 0.62% M4 0.13% C++ 97.30% JavaScript 0.61%

poseidon's Introduction

简介

Introduction

波塞冬(Poseidon)是一个游戏服务端框架。
Poseidon is a C++ framework for game server development.

支持功能

Features

  • CBPP
    CBPP 是 Compressed Binary Protocol for Poseidon 的缩写,
    简介参见 src/cbpp/message_base.hpp 中的注释。
    CBPP is short for 'Compressed Binary Protocol for Poseidon'.
    Specification of CBPP can be found in file 'src/cbpp/message_base.hpp'.
  • HTTP
  • WebSocket
  • MySQL
  • MongoDB

编译所需工具

Tools Required to Build

  • automake
  • autoconf
  • libtool
  • pkg-config
  • libssl-dev
  • gettext
  • make
  • g++
    建议 g++ 版本至少为 4.7 以支持 C++11 特性。
    针对 C++98 的支持可能在未来的版本中被移除。
    It is highly recommended that you use at least g++ 4.7 for C++11 features.
    Support for C++98 is deprecated and might be removed in future versions.
  • libboost-dev

运行环境要求

Runtime Environment Requirements

  • Debian Linux Stretch
    这是主要被支持的 Linux 发行版,使用其他发行版的 Linux 不保证兼容性。
    旧版 Debian(例如 Squeeze)有已知的严重问题(例如 g++ 4.4 的 bug 导致运行时
    段错误),我们不对此类问题提供支持,请自行解决。
    This is the Linux distribution that we support primarily and we don't
    guarantee full compatibility with other Linux distributions.
    Older Debian versions (e.g. Squeeze) are known to have some serious problems
    (e.g. runtime SIGSEGV due to bugs in g++ 4.4) that we are not willing to
    provide ANY suppport for. It is you that should work around them.
  • MySQL 5.7
  • MongoDB 3.4
    third 目录下有 MySQL 和 MongoDB 的驱动更新脚本可用于编译最新的客户端驱动。
    此处列出的是 Debian Jessie 官方源中的服务端版本。
    There are scripts that can be used to fetch and build latest MySQL and MongoDB
    client drivers in third directory. The version numbers here are of
    server-side packages in Debian Jessie sources.

IRC channel:

https://webchat.freenode.net/?channels=%23mcfproj

问题反馈

Bug Reports

请联系 lh_mouse at 126 dot com(注明 Poseidon 相关)。
Please email to lh_mouse at 126 dot com (Please state your email as related to Poseidon).

poseidon's People

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.