Socket REST Augmentation -
due proliferation of rest support , new buzz around websocket, there seems confusion around these two. socket stateful communication fabric whereas rest stateless communication architecture. far concerned, these 2 not in competition 1 , can used in complementary fashion.
what ways there use these 2 technologies together, such creating stateless communication architecture within stateful communication fabric? how using socket call rest (get, post) improvement client-server communication?
an example of using live speech text ibm - https://www.ibm.com/smarterplanet/us/en/ibmwatson/developercloud/doc/speech-to-text/sample.shtml
why there need use sockets @ all? why isn't possible perform gets on partial answers using same session id?
Comments
Post a Comment