socket connection always failing
问题 I'm writing an application that connects to a sails server. This application is written with cordova , angularJS and Ionic . When I launch my application in my browser (with ionic serve ) the socket fails to connect to the server. Here is the message I get: GET http://localhost:8100/socket.io/?__sails_io_sdk_version=0.11.0&__sails_io_s…sails_io_sdk_language=javascript&EIO=3&transport=polling&t=1443472067762-4 404 (Not Found) The server is running locally on port 1337. I tried to change the