Skip to main content

Chatroom by Socket.IO

Project description

turing-chatroom-bus
------------------------------------------------

Response
================================================

Success
################################################

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


Register
=================================================

client
#################################################

... code-block:: json
{
"_uid": <uuid>,
"path": <client path>
}

RPC
=================================================

RPC Request
#################################################

... code-block:: json
{
"_uid": <uuid>,
"path": <target path>,
"payload": {
"id": <RPC request id>,
"method": <method name>,
"parameters": <parameters>
}
}

RPC Response
#################################################

... code-block:: json
{
"_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.dev8.tar.gz (23.3 kB view hashes)

Uploaded Source

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