Skip to main content

Chatroom by Socket.IO

Project description

Response

Success

{
  "_uid": <The id of the request>,
  "success": <true or false>,
  "error": <[Optional] error message>
}

Register

client

{
  "_uid": <uuid>,
  "path": <client path>
}

RPC

RPC Request

{
  "_uid": <uuid>,
  "path": <target path>,
  "payload": {
    "id": <RPC request id>,
    "method": <method name>,
    "parameters": <parameters>
  }
}

RPC Response

{
  "_uid": <uuid>,
  "path": <RPC request source path>,
  "payload": {
    "id": <RPC request id>,
    "result": <RPC result>,
    "error": <error message>
  }
}

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

turing-chatroom-bus-0.0.1.post0.dev12.tar.gz (24.1 kB view details)

Uploaded Source

File details

Details for the file turing-chatroom-bus-0.0.1.post0.dev12.tar.gz.

File metadata

File hashes

Hashes for turing-chatroom-bus-0.0.1.post0.dev12.tar.gz
Algorithm Hash digest
SHA256 6295493af83a95c4469c702d0d428a57b15eefaf3acf40bd3da833eb28af0a40
MD5 7258a0d04ded05ba5794bd1deda13561
BLAKE2b-256 ec42c57af4e223ceefd113744862bc232db82bf35605987513a6ead785d03bbe

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page