Skip to content

Unity based chat system / client-server communication

Notifications You must be signed in to change notification settings

nirupamkumar/Chatroom

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

77 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Chatroom

client-server communication

Socket: Websocket (choice: websocket-sharp)

Unity version: 2021.3.5f1 LTS

All messages between client and server are serialized using custom serializer with code generation.

Client-side

charroom clinent ui

Any user should be able to:

• Join/leave chat server

• List all available chatrooms

• Create a new chatroom

• Enter/leave a chatroom

• Send messages in a chatroom

Create Join

chatroom

Server-side

Server

About

Unity based chat system / client-server communication

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages