All Projects → hstcscolor → Awesome Gameserver Cn

hstcscolor / Awesome Gameserver Cn

Licence: gpl-3.0
中文游戏服务器资源大全

Projects that are alternatives of or similar to Awesome Gameserver Cn

Hanbaobao
Mandarin Chinese text segmentation and mobile dictionary Android app (中文分词)
Stars: ✭ 17 (-98.36%)
Mutual labels:  chinese
Awesome Go Zh
📚 Go资源精选中文版(含中文图书大全)
Stars: ✭ 887 (-14.55%)
Mutual labels:  chinese
Postman Cn
Postman汉化中文版
Stars: ✭ 965 (-7.03%)
Mutual labels:  chinese
Go Pinyin
汉字转拼音
Stars: ✭ 907 (-12.62%)
Mutual labels:  chinese
Anki Backup
My anki cards' backups. Java、大数据、数据结构八股文。
Stars: ✭ 26 (-97.5%)
Mutual labels:  chinese
Cnn Question Classification Keras
Chinese Question Classifier (Keras Implementation) on BQuLD
Stars: ✭ 28 (-97.3%)
Mutual labels:  chinese
Bert Chinese Ner
使用预训练语言模型BERT做中文NER
Stars: ✭ 758 (-26.97%)
Mutual labels:  chinese
Chinese Xinhua
📙 中华新华字典数据库。包括歇后语,成语,词语,汉字。
Stars: ✭ 8,705 (+738.63%)
Mutual labels:  chinese
Chinesener
中文命名实体识别,实体抽取,tensorflow,pytorch,BiLSTM+CRF
Stars: ✭ 938 (-9.63%)
Mutual labels:  chinese
Nlp xiaojiang
自然语言处理(nlp),小姜机器人(闲聊检索式chatbot),BERT句向量-相似度(Sentence Similarity),XLNET句向量-相似度(text xlnet embedding),文本分类(Text classification), 实体提取(ner,bert+bilstm+crf),数据增强(text augment, data enhance),同义句同义词生成,句子主干提取(mainpart),中文汉语短文本相似度,文本特征工程,keras-http-service调用
Stars: ✭ 954 (-8.09%)
Mutual labels:  chinese
Poetry
非常全的古诗词数据,收录了从先秦到现代的共计85万余首古诗词。
Stars: ✭ 920 (-11.37%)
Mutual labels:  chinese
Chinese Transverter
Simplified Chinese and Traditional Chinese transverter. 中文简繁体转换器-支持地方惯用词汇替换
Stars: ✭ 25 (-97.59%)
Mutual labels:  chinese
Rssbot
Lightweight Telegram RSS bot for notifications only. 用于消息通知的轻量级 Telegram RSS 机器人
Stars: ✭ 952 (-8.29%)
Mutual labels:  chinese
Relationship
Chinese kinship system.中国亲戚关系计算器 - 家庭称谓/称呼计算/亲戚关系算法
Stars: ✭ 898 (-13.49%)
Mutual labels:  chinese
Python Parallel Programming Cookbook Cn
📖《Python Parallel Programming Cookbook》中文版
Stars: ✭ 978 (-5.78%)
Mutual labels:  chinese
Chinese Electra
Pre-trained Chinese ELECTRA(中文ELECTRA预训练模型)
Stars: ✭ 830 (-20.04%)
Mutual labels:  chinese
Chinese Poetry
The most comprehensive database of Chinese poetry 🧶最全中华古诗词数据库, 唐宋两朝近一万四千古诗人, 接近5.5万首唐诗加26万宋诗. 两宋时期1564位词人,21050首词。
Stars: ✭ 34,881 (+3260.4%)
Mutual labels:  chinese
Trime
同文安卓輸入法平臺3.x/Android-rime/Rime Input Method Engine for Android
Stars: ✭ 1,032 (-0.58%)
Mutual labels:  chinese
Chinese regions rails
中国省市区县数据库,包含行政编码,邮政编码,地区拼音和简拼
Stars: ✭ 38 (-96.34%)
Mutual labels:  chinese
Hint
重构到 ---> https://github.com/hustcc/lint-md
Stars: ✭ 30 (-97.11%)
Mutual labels:  chinese

游戏服务器资源大全


目录

网络

网络相关的库和工具

  • Java
    • Netty - Netty是一个高性能、异步事件驱动的NIO框架,它提供了对TCP、UDP和文件传输的支持
    • Mina - Apache Mina是一个能够帮助用户开发高性能和高伸缩性网络应用程序的框架
  • C++
    • libevent - libevent是一个轻量级的基于事件驱动的高性能的开源网络库,并且支持多个平台
    • libev - 较libevent而言,设计更简练,性能更好,但对Windows支持不够好
    • libuv - libuv 是 Node 的新跨平台抽象层,用于抽象 Windows 的 IOCP 及 Unix 的 libev
  • Python
    • Twisted - Twisted是用Python实现的基于事件驱动的网络引擎框架
    • Gevent - Gevent是一种基于协程的Python网络库,它用到Greenlet提供的,封装了libevent事件循环的高层同步API
  • Erlang
    • ranch - cowboy 项目下的Tcp网络库
  • C#

协议

协议

  • protobuf - 大家都知道的protobuf
  • FlatBuffers - Google出品,专门为游戏开发或其他性能敏感的应用程序需求而创建
  • Json - 这个算凑数吗?
  • MessagePack - It's like JSON. but fast and small.

持久化

持久化框架

  • Java
    • MyBatis - 一个支持普通SQL查询,存储过程和高级映射的优秀持久层框架
    • druid - 阿里巴巴出品 数据库连接池
  • C#
    • Dapper - 是一款轻量级ORM框架
  • Erlang
  • Golang

Log

Log

  • Java
  • C#
    • NLog - 支持多平台的C# log库
  • Erlang
    • Lager - A logging framework for Erlang/OTP
  • Golang
    • logrus - Structured, pluggable logging for Go
    • zap - Blazing fast, structured, leveled logging in Go

游戏AI

游戏AI

  • gdx-ai - libgdx下的一个ai系统(非常适合参考学习)
  • recastnavigation - 非常高效的寻路系统,和Unity的寻路算法几乎一样
  • Serpent.AI - 游戏代理框架,适合写外挂
  • behaviac - 腾讯开源的行为树框架

工具库

工具库

  • Java
    • disruptor - 性能高效的线程间通讯库
    • guava - Google出品的Java工具库

开源服务器

各种开源游戏服务器

  • pomelo - 网易出品的Node.js游戏服务器框架
  • skynet - 云风大神出品Lua游戏服务器框架
  • Scut - support C#/Python/Lua 可惜两年没有更新了
  • NoahGameFrame - 一个支持分布式的C++游戏服务器框架
  • TrinityCore - MMO游戏服务器框架,开源的魔兽服务器
  • ryzomcore - 分布式的游戏服务器,ryzom 的官方开源
  • kbengine - 一款开源的MMOG游戏服务端引擎, 仅Python脚本即可简单高效的完成任何游戏逻辑(支持热更新)
  • mqant - mqant是一款基于Golang语言的简洁,高效,高性能的分布式游戏服务器框架
  • MaNGOS - 开源的魔兽服务器
  • xingo - 高性能golang网络库,游戏开发脚手架
  • cuberite - 我的世界 的开源服务器
  • leaf - 用Golang写的gameserver
  • RockGO - 基于ECS,用Golang写的gameserver
  • NettyGameServer - 使用netty4.X实现的手机游戏分布式服务器

运维

运维工具

学习资源

学习资源

其他

  • games github上的一个游戏列表
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].