Skip to content

mengtest/UnityChatRoom

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

UnityChatRoom

中文说明

  • 这是一个Unity多人聊天软件,包含服务端和客户端源码。
  • 服务端是基于Socket异步TCP服务器。
  • 数据库是用Mysql,实现消息记录和账号存储功能。
  • 客户端是用Unity引擎开发,界面是用UGUI实现,具有账号注册登录,多人聊天,断线重连等功能。

README

  • This is a Unity of people chat software, including server and client source code.
  • The server is based on asynchronous TCP server Socket.
  • We use the Mysql database, realize information records and accounts storage function.
  • The client is to use the Unity engine development, interface is implemented using UGUI, with a registered account login, many -people chat, bolt reconnection etc. Function.

About

基于Socket的异步TCP服务器搭建的聊天室

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages