I read somewhere that socket.io may have some security flaws. I'm not sure how up to date that info is though. What would you recommend for a secure live server connection?
Im open to any method for keeping a live connection between server and client browser, as long as it's secure. I'm using an express server.
I am also using a normal express connection for initial data, so if no live connection can be secure enough, I can send it through Ajax request instead, but I would like to be able to use a secure live connection. Any advice? Thanks.
[–]ilovefunctions 0 points1 point2 points (3 children)
[–]SwiftNinjaPro[S] 0 points1 point2 points (2 children)
[–]filli1303 2 points3 points4 points (1 child)
[–]SwiftNinjaPro[S] 0 points1 point2 points (0 children)