Skip to content

1MEN1/chatserver_docs

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 

Repository files navigation

chatserver_docs

All docs and design specs for our client-server based chat application to rule the world!

JSON schema for generic messages

{
  "from": "String",
  "to": ["String"],
  "msg": "String",
  "method": "String",
  "createdAt": "Datetime",
}

Methods

  • GetUsers
  • GetChannel
  • Auth
  • GetUserDetails

AUTH Methodendefinition

private string UserName = "";  
private string Status = ""; // online, offline usw
private string ipAddress = "0.0.0.0"; // Client IP
private string connectId; // PC-Name = Console.WriteLine("MachineName: {0}", Environment.MachineName);

About

All docs and design specs for our client-server based chat application to rule the world!

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors