All Projects → buguang01 → Bige

buguang01 / Bige

Licence: mit
游戏服务器框架。

Programming Languages

go
31211 projects - #10 most used programming language
golang
3204 projects

Projects that are alternatives of or similar to Bige

Racingworld
💥 A multiplayer online 3D game about racing 💥
Stars: ✭ 50 (-34.21%)
Mutual labels:  mysql, game, game-server
Yiigo
🔥 Go 轻量级开发通用库 🚀🚀🚀
Stars: ✭ 304 (+300%)
Mutual labels:  mysql, redis, framework
Ark
ARK is a lightweight, agility, elastic, distributed plugin framework written in C++,make it easier and faster to create your own application service.
Stars: ✭ 370 (+386.84%)
Mutual labels:  framework, game, game-server
Bdframework.core
[中]Simple! Easy! Powerful Unity3d game workflow! Unity3d framework:c# hotfix(ILRuntime)、asset manager、ui workflow、network debug... and so on
Stars: ✭ 1,196 (+1473.68%)
Mutual labels:  framework, game
Aclify
🔒 Node Access Control Lists (ACL).
Stars: ✭ 49 (-35.53%)
Mutual labels:  mysql, redis
Photo Blog
The Photo Blog Application based on Laravel 5 and Vue.js 2 + Prerender
Stars: ✭ 55 (-27.63%)
Mutual labels:  mysql, redis
Phalcon Vm
Vagrant configuration for PHP7, Phalcon 3.x and Zephir development.
Stars: ✭ 43 (-43.42%)
Mutual labels:  mysql, redis
Ggapp
A game server example,base on gg+skynet
Stars: ✭ 62 (-18.42%)
Mutual labels:  game, game-server
Php frameworks analysis
php框架源码分析
Stars: ✭ 57 (-25%)
Mutual labels:  mysql, redis
Yii2 Async
Provides translucent api & queues for moving large tasks out of request context with SQL, Redis or AMQP.
Stars: ✭ 64 (-15.79%)
Mutual labels:  mysql, redis
Genesis
🤖 Warframe Discord Cephalon
Stars: ✭ 67 (-11.84%)
Mutual labels:  mysql, game
Finagle
A fault tolerant, protocol-agnostic RPC system
Stars: ✭ 8,126 (+10592.11%)
Mutual labels:  mysql, redis
Shw server
使用SpringCloud和Spring WebFlux开发的学生作业管理系统服务端,前后端分离项目,微服务架构。支持Docker集群化部署,Redis集群化缓存,文件在线预览 压缩包预览 打包上传下载
Stars: ✭ 66 (-13.16%)
Mutual labels:  mysql, redis
Javaall
这是一个Java开发宝典,所有的Java技术都在这里,用心学习,努力提升!
Stars: ✭ 67 (-11.84%)
Mutual labels:  mysql, redis
Duckygo
一个同时支持Session以及JWT的高性能高可用 Golang Restful API 脚手架 !
Stars: ✭ 57 (-25%)
Mutual labels:  mysql, redis
Forgottenserver
A free and open-source MMORPG server emulator written in C++
Stars: ✭ 1,024 (+1247.37%)
Mutual labels:  game, game-server
Goods Seckill
高性能电商秒杀解决方案,redis预减库存,消息队列异步下单,订单防重,订单防刷,秒杀接口地址隐藏,数学公式验证码
Stars: ✭ 61 (-19.74%)
Mutual labels:  mysql, redis
Web Development Interview With Java
Java 开发相关技术栈(大中厂)高频面试问题收录。
Stars: ✭ 69 (-9.21%)
Mutual labels:  mysql, redis
Laravel
Muito conteúdo sobre o framework Laravel. Controllers, Models, Views, Blade, Migrations, Seeders, Middlewares, Autenticação, Autorização, Providers, pacotes, laravel 8, etc.
Stars: ✭ 43 (-43.42%)
Mutual labels:  mysql, framework
Drupal Nginx Php Kubernetes
Demonstration of a set of NGINX and PHP-FPM containers running Drupal deployed to Kubernetes on the IBM Container Service. This is a work in progress.
Stars: ✭ 43 (-43.42%)
Mutual labels:  mysql, redis

bige

这是一个游戏服务器的基础框架。(golang)

介绍

  • 它的特点就是把游戏服务器中需要的每个功能点都分成一个个原子,让你在实际使用的时候,按需求对其进行组合。
  • 例子工程:https://github.com/buguang01/gsdemo

交流QQ群号:441240897

开发进度

  • 现在是2.0版本
  • 新的模块都放在了modules
  • AutoTask为自动任务模块
  • DataBase为DB任务模块
  • Logic为逻辑处理模块
  • Nsqd为与nsq进行通信的模块
  • SocketCli与Socket模块是二个相互通信用的模块一个是服务一个是客户端
  • Web是走http的通信模块
  • WebSocket与socket模块类似
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].