Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 312 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 312 Bytes

spring4-websocket

Sample project to add websocket functionality to spring web app

Dependencies

  • SockJS
    • It Provides websocket alike JS object and fall back options if the browser doesn't support websocket
  • Stomp.js
    • Simple Text Oriented Message Protocol (STOMP) is being used for data exchange