Skip to content

kleo-dev/voxa-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

voxa-server

Self host your voxa community server with customizable plugins

Protocol

  1. When the client is running in the background or windowed, it's connected to the Voxa Cloud server

Handshake

Client -> Cloud: { GenerateServerAuth: {} }

Cloud -> Cloud: { ServerAuth: { auth: <Client-Temp-Auth> } }

Client -> Server: Connect

Client -> Server: { auth: <Client-Temp-Auth> }

Server -> Cloud: GET /validate-auth?auth=<Client-Temp-Auth>

Cloud -> Server: { 200 OK { username: <Username>, name: <Name>, id: <User-Id> } }

Sending a message

Client -> Server: { SendMessage: { content: <Message> } }

Server -> Cloud: POST /message { content: <Message>, author: <User-Id> }

Cloud -> Client(s): { Message: { content: <Message>, author: <User-Id> } }

Voxa Cloud

The voxa cloud server is the main auth and notification handler.

About

Self host your voxa community server with customizable plugins

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages