Overview Services

notifyuser (GET)

Parameter:
  • userid (required)
  • room (required)
  • type (required)
  • optparam (optional)
rooms: private, public
types: info, success, warn, error
userid=all and room=public for all users

Header Vars:
  • notify-title (required)
  • notify-message (required)

Test Command:
For User "daniel" in room private
curl -H "notify-title: Test Title Text" -H "notify-message: Test Message Text" "_proto_//_host_:_port_/notifyuser?userid=daniel&room=private&type=info&optparam=hello123"
For all Users in room public
curl -H "notify-title: Test Title Text" -H "notify-message: Test Message Text" "_proto_//_host_:_port_/notifyuser?userid=all&room=public&type=warn&optparam=hello123"

Demo call


status (GET)

Server Status Page

Status page with some server informations...

Demo call


testclient (GET)

Test Client Page

Test page to connect to websocket server...

Demo call