Featured
iPhone 锁屏 WebSocket 断开后的自动重连 (JavaScript)
This is no exception either. Talk is cheap, I'll show you the code. var newSocket = function() { ws = new WebSocket(wsUri); ws.onopen = function(evt) { // send a request if…
- Yet Another GoLang Project Demo
记录技术实践,分享经验与思考。
聚焦 Linux、Go 与基础设施优化。
Tag - WebSocket
Featured
This is no exception either. Talk is cheap, I'll show you the code. var newSocket = function() { ws = new WebSocket(wsUri); ws.onopen = function(evt) { // send a request if…