문제

I want to use socket.io instead of websocket with sails.js framework.

I know I saw something about that two days ago but I don't remember where...

Do you know where can I choose between both? Because my client is WP8/Netduino and can only use socket.io protocol, not the websocket.

Thank you.

도움이 되었습니까?

해결책

Sails.js uses socket.io, which, in it's turn, uses WebSocket as one of it's preferred transports, if it's available.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top