Git Product home page Git Product logo

goserver's Introduction

goserver

goserver 旨在做一个传统的CS结构的服务器框架,支持分布式部署 目前主要用于游戏服务器开发 框架在不断努力完善中

Features

  • 组件通过package的概念统一管理(可以理解为win32下的dll),由config来配置各个组件的特性参数
  • goroutine通过Object进行包装以树型结构组织,Object间的通信通过command(内部是chan),支持chan自动增长;主要是为了预防chan泛滥、无约束,从而造成一些莫名或者不可控的死锁问题
  • 提供了定时器(timer),任务(task),分布式事务(transact),计划工作(schedule),网络通讯(netlib),模块管理(module)等基础的内置组件
  • 提供session管理、service注册,查找等分布式相关的基础库(srvlib)
  • 提供一套传统的游戏服务器架构(mmo)

QQ交流群:159683220

goserver's People

Contributors

idealeak avatar yejun81 avatar

Watchers

Joonho Choi avatar James Cloos avatar

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.