javascript - how to imelement node.js WebSocket support? -
i read node.js can worked websocket client.
my question how support websocket api in node.js server side? need install support that, or imepements build-in functions?
you can use socket.io, has both library client side , server side (node.js)
Comments
Post a Comment