Skip to content

enoqv/server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

User API

need authenticated.

  • GET /user
    Return current user information.
  • POST /user
    Create new user.
  • GET /user/{id}
    Return user information of id.

Chat API

  • GET /rooms
    Return rooms of current user created.
  • WebSocket /chatws/{roomid}/{token}
    Connect the room.
  • POST /room
    Create new room.

System Information API

  • GET /multiple/{infoType}/{startDate}/{endDate}
    Return history system information of {infoType} from {startDate} to {endDate}.
  • GET /host
    Return system information of host.
  • Websocket /ws
    Return real-time system information from host continuously.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages