1. 程式人生 > >Spring Websocket+SockJS+STOMP實現即時通訊(零)—— 要點

Spring Websocket+SockJS+STOMP實現即時通訊(零)—— 要點

  • Spring Websocket+SockJS+STOMP 實現即時通訊(一)—— 疑問解答
  • Spring Websocket+SockJS+STOMP 實現即時通訊(二)—— 簡單的訊息代理
  • Spring Websocket+SockJS+STOMP 實現即時通訊(三)—— 架構
  • Spring Websocket+SockJS+STOMP 實現即時通訊(四)—— STOMP.js
  • Spring Websocket+SockJS+STOMP 實現即時通訊(五)—— STOMP Frame 與 Message
  • Spring Websocket+SockJS+STOMP 實現即時通訊(六)—— WebSocketMessageBrokerConfigurer配置解析
  • Spring Websocket+SockJS+STOMP 實現即時通訊(七)—— 三個MessageChannel
  • Spring Websocket+SockJS+STOMP 實現即時通訊(八)—— MessageChannel解析
  • Spring Websocket+SockJS+STOMP 實現即時通訊(九)—— 五個MessageHandler
  • Spring Websocket+SockJS+STOMP 實現即時通訊(十)—— ChannelInterceptor解析
  • Spring Websocket+SockJS+STOMP 實現即時通訊(十一)—— 從握手請求到接收訊息
  • Spring Websocket+SockJS+STOMP 實現即時通訊(十二)—— 傳送訊息的三種方式
  • Spring Websocket+SockJS+STOMP 實現即時通訊(十三)—— 使用者認證Authentication
  • Spring Websocket+SockJS+STOMP 實現即時通訊(十四)—— 外部訊息代理eg RabbitMQ
  • Spring Websocket+SockJS+STOMP 實現即時通訊(十五)—— 與外部訊息代理保持TCP連線