Wednesday, 12 April 2017

how to get api/serverStatus in nodejs

actually i want to get api server status using nodejs . using nodejs i am trying "api/request?connId=50&timeout=90".when This API will keep the request running for provided time on the server side. After the successful completion of the provided time it should return status/okk.but when we have multiple connection ids & timeout than we want something .....this.

API returns all the running requests on the server with their time left for completion. E.g {"4":"25","8":"15"} where 4 and 8 are the connIds and 25 and 15 is the time remaining for the requests to complete (in seconds).please help.



via vipin sharma

No comments:

Post a Comment