Skip to content

Tiranu91/chatserver_docs

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 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
  • getChannels
  • auth
  • getUserDetails
  • chat

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