java - Websockets and synchronous function calls -
i'm working on java client-server application need real time events. i've begin mix of restful web services (for synchronous request/response) , websockets (for events processing). there way use websockets in java synchronous request/response? can use websockets application.
Comments
Post a Comment