Skip to content

aureumapes/chatserver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Chat Server

A simple Server, for sending and loading unencrypted messages

Routes

Path Form Values Queries Returns
/register username: The alias of the user
password: used for logging in and generating the users token
- -
/login username: The alias of the user
password: the password, set when registering
- Users token
/send token: The token, obtained when logged in
message: the message, which is wanted to send
chat: the chats id, obtained with /chats -
/load - id: the chats id All the chats messages, formatted
/chats - - All Chats, ID and Name

About

A simple go web-server, for sending and loading unencrypted messages

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages