# websocket **Repository Path**: helloworld_demo/websocket ## Basic Information - **Project Name**: websocket - **Description**: No description available - **Primary Language**: Java - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2018-11-29 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # WebSocket ## 参考文档 - [JSR 356 (Java API for WebSocket) 中文](https://www.oracle.com/technetwork/cn/articles/java/jsr356-1937161-zhs.html) - [JSR 356, Java API for WebSocket](https://www.oracle.com/technetwork/articles/java/jsr356-1937161.html) - [JSR-356 WebSocket API规范中文版下载](http://jinnianshilongnian.iteye.com/blog/1862252) - [The WebSocket Protocol](http://www.rfc-editor.org/rfc/rfc6455.txt) - [完全理解TCP/UDP、HTTP长连接、Websocket、SockJS/Socket.IO以及STOMP的区别和联系](https://blog.csdn.net/qq_32331073/article/details/82665419) ### 集群方案 - [Nginx WebSocket proxying](http://nginx.org/en/docs/http/websocket.html) - [nginx反向代理WebSocket](https://www.xncoding.com/2018/03/12/fullstack/nginx-websocket.html) - [SockJS haproxy.cfg](https://github.com/sockjs/sockjs-node/blob/master/examples/haproxy.cfg)