- Full Stack Development with JHipster
- Deepu K Sasidharan Sendil Kumar N
- 110字
- 2021-08-27 19:57:38
WebSocket
WebSocket (https://developer.mozilla.org/en-US/docs/Web/API/WebSockets_API) is a communication protocol that works on top of TCP. It provides a full-duplex communication channel over a single TCP connection. It was standardized by W3C (https://www.w3.org). It is lightweight and enables real-time communication between a client and server. In terms of web applications, this enables the server to communicate with the client app in the browser without a request from the client. This opens the door to pushing data from server to client in real-time and for implementations such as real time chat, notifications, and so on. On the server side, JHipster relies on Spring, which provides the necessary support (https://spring.io/guides/gs/messaging-stomp-websocket/) to work with WebSocket.
- Java程序設計與開發
- Mastering JavaScript Object-Oriented Programming
- C#程序設計實訓指導書
- 計算機圖形學編程(使用OpenGL和C++)(第2版)
- Object-Oriented JavaScript(Second Edition)
- Windows Server 2012 Unified Remote Access Planning and Deployment
- The Professional ScrumMaster’s Handbook
- 快速入門與進階:Creo 4·0全實例精講
- Python大規模機器學習
- Getting Started with hapi.js
- 3ds Max瘋狂設計學院
- SFML Essentials
- Selenium WebDriver自動化測試完全指南
- ASP.NET開發技巧精講
- 換個姿勢學C語言