/zEngine

Game server engine in go language study

Primary LanguageGoGNU Lesser General Public License v2.1LGPL-2.1

zEngine

simple tcp server engine

It was too simple, a few hundred line of code, so there was no introduction

but,It is powerful, stable and efficient

You can refer to the examples in the ./example

or https://github.com/pzqf/zChatRoom

or https://github.com/pzqf/GameServerTemplate

anything, issues.

create rsa key file

private key

~#openssl genrsa -out rsa_private.key 2048

public key

~#openssl rsa -in rsa_private.key -pubout -out rsa_public.key