- 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.
- Mastering Entity Framework
- 匯編語言程序設計(第2版)
- Python編程完全入門教程
- Python 3網絡爬蟲實戰
- 網店設計看這本就夠了
- Mastering Apache Spark 2.x(Second Edition)
- Python編程:從入門到實踐
- Julia高性能科學計算(第2版)
- Lighttpd源碼分析
- Go語言精進之路:從新手到高手的編程思想、方法和技巧(2)
- Regression Analysis with Python
- UI設計全書(全彩)
- Learning AWS
- Modern C++ Programming Cookbook
- Python語言科研繪圖與學術圖表繪制從入門到精通