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
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file turing-chatroom-bus-0.0.1.post0.dev12.tar.gz
.
File metadata
- Download URL: turing-chatroom-bus-0.0.1.post0.dev12.tar.gz
- Upload date:
- Size: 24.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6295493af83a95c4469c702d0d428a57b15eefaf3acf40bd3da833eb28af0a40 |
|
MD5 | 7258a0d04ded05ba5794bd1deda13561 |
|
BLAKE2b-256 | ec42c57af4e223ceefd113744862bc232db82bf35605987513a6ead785d03bbe |