Socket.IO Chat API 1.0.0

API mô tả giao thức Socket.IO chat

Servers

  • https://rbdev519c.azurewebsites.net/chathttpsproduction

Operations

  • SEND newMessage

    Lắng nghe tin nhắn mới

    Lắng nghe tin nhắn mới

    Operation IDnewMessage.subscribe

    Available only on servers:

    Accepts the following message:

    subscribe.newMessage
    Message IDsubscribe.newMessage
    object

    Examples

  • SEND onlineUsers

    Lắng nghe danh sách người dùng trực tuyến

    Lắng nghe danh sách người dùng trực tuyến (cronjob 5 phút)

    Operation IDonlineUsers.subscribe

    Available only on servers:

    Accepts the following message:

    subscribe.onlineUsers
    Message IDsubscribe.onlineUsers
    array<string>

    Examples