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

Popular posts from this blog

c++ - Difference between pre and post decrement in recursive function argument -

php - Nothing but 'run(); ' when browsing to my local project, how do I fix this? -

php - How can I echo out this array? -