server

socket.io

growww 2018. 11. 24. 19:30

Chat Room App with Socket.IO and WebRTC

Socket.IO also provides an API for Node.js which parallels the client-side API. Socket.IO simplifies signaling with WebSockets usage but, more importantly, it provides fallbacks to other protocols (AJAX/JSONP polling, iframe, Flash, etc.) in the event that WebSockets are not supported on the browser or server, granting it a wide range of browser compatibility.







https://blog.jscrambler.com/mixed-signals-with-socket-io-and-webrtc/

'server' 카테고리의 다른 글

GC 튜닝 & STW (STOP-THE-WORLD)  (0) 2019.05.28
class < jar < war < ear  (0) 2019.03.20
install ubuntu using virtualbox on mac  (0) 2019.03.09
L4 란 :: 로드밸런싱 / fail over  (0) 2018.12.02
nginix 서버  (0) 2018.11.20