# OSG-Server-Go **Repository Path**: 3dseals/OSG-Server-Go ## Basic Information - **Project Name**: OSG-Server-Go - **Description**: a open source server framework - **Primary Language**: Go - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2016-03-21 - **Last Updated**: 2024-11-22 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # OSG-Server-Go OSG-Server-Go is a open source server framework. support tcpsocket & websocket connector with protobuf. More info & Documentation: [click here](http://git.oschina.net/3dseals/OSG-Server-Go/blob/master/doc "click here") OSG-Server-Go is published under the [MIT Open Source License](http://opensource.org/licenses/mit-license.php "MIT Open Source License"). OSG-Server-Go 是用golang写的一个开源服务器框架,支持tcpsocket和websocket,使用protobuf通信 更多的介绍&文档:[点这里](http://git.oschina.net/3dseals/OSG-Server-Go/blob/master/doc "点这里") OSG-Server-Go遵循的协议 [MIT Open Source License](http://opensource.org/licenses/mit-license.php "MIT Open Source License"). ## Main features *Support socket/http connector *Support lua script and hot update *同时支持socket/http链接 *支持lua脚本,实现逻辑热更新 ## How to use require install golang 1.5+ (option)the protobuf js require install nodejs (option)IntelliJ IDEA require [golang idea plugin](https://github.com/go-lang-plugin-org/go-lang-idea-plugin/releases "golang idea plugin") 需要安装golang 1.5+ (可选)js版本的protobuf需要安装nodejs (可选)IntelliJ IDEA 2016+ 开发,需要安装[golang Idea插件](https://github.com/go-lang-plugin-org/go-lang-idea-plugin/releases "golang Idea插件") # Commit to OSG-Server-Go ## Workflow Any kind of help is welcomed! We work from `develop` branch and PR into `develop` branch. Stable versions are pushed from `develop` to `master` and then tagged. 欢迎任何形式的帮助与支持! `develop`分支是我们的工作分支,我们`develop`分支推到`master`的,然后标记tag作为稳定版本。 ## Where to start? Just pick an enchancement (feature) issue or a bug issue from the [open issues list](http://git.oschina.net/3dseals/OSG-Server-Go/issues). Thanks for your help! 你可以从这里开始:[问题列表](http://git.oschina.net/3dseals/OSG-Server-Go/issues). 谢谢您的帮助与支持!