I am working on a project that requires realtime data transfer between client and server. It is a location-based app that needs continuous location data of around 50-70 clients at a time.
            Asked
            
        
        
            Active
            
        
            Viewed 69 times
        
    0
            
            
        - 
                    `SwaggerSocket` (https://github.com/swagger-api/swagger-socket) is an application level protocol for REST over Websocket, also see https://stackoverflow.com/questions/13373734/is-rest-over-websockets-possible – ralf htp Jan 08 '20 at 19:54
- 
                    @ralfhtp I am using flask at backend and I found this cool library socket.io will it do the job. – Vivek Sharma Jan 09 '20 at 10:59
- 
                    According to https://stackoverflow.com/questions/6339393/how-can-socket-io-and-restful-work-together/21813645 yes – ralf htp Jan 09 '20 at 11:28
- 
                    thanks mate @ralfhtp – Vivek Sharma Jan 10 '20 at 06:58
