Skip to content

Instantly share code, notes, and snippets.

@tarun1188
Last active July 25, 2018 10:36
Show Gist options
  • Save tarun1188/c84430bf20a8421d9955c3466b207496 to your computer and use it in GitHub Desktop.
Save tarun1188/c84430bf20a8421d9955c3466b207496 to your computer and use it in GitHub Desktop.
connect to : 10.1.1.93:3019
response event: "res"
request event: "req"
sample request:
{
"data":{
"limit":1,
"offset":1
},
"rpc":"sampleapp.getUsers",
"reqid":"1"
}
sample res:
{
"status": 200,
"users": [
{
"_id": "5b39af5696a11943f783a125",
"index": 1,
"guid": "fbdcafa4-cae9-4207-bf9b-7d94935d00eb",
"isActive": false,
"age": 22,
"name": "Heather Stuart",
"gender": "female",
"company": "BIOHAB",
"email": "heatherstuart@biohab.com",
"phone": "+1 (817) 441-2764",
"address": "950 Minna Street, Ernstville, Vermont, 808",
"about": "Sit ad exercitation eu fugiat mollit sint laboris anim reprehenderit et voluptate aliqua culpa. Sit anim sit reprehenderit ullamco exercitation deserunt. Exercitation minim culpa commodo eiusmod commodo dolor. Reprehenderit ullamco pariatur adipisicing qui veniam.\r\n",
"registered": "2015-06-12T06:11:21 -06:-30"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment