- 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.
- Learning Python Web Penetration Testing
- Web前端開發(fā)技術(shù):HTML、CSS、JavaScript(第3版)
- Hands-On Machine Learning with scikit:learn and Scientific Python Toolkits
- C# 從入門到項目實踐(超值版)
- 趣學(xué)Python算法100例
- Apache Karaf Cookbook
- HDInsight Essentials(Second Edition)
- Getting Started with LLVM Core Libraries
- CoffeeScript Application Development Cookbook
- Odoo 10 Implementation Cookbook
- Advanced Python Programming
- Beginning C# 7 Hands-On:The Core Language
- Ubuntu Server Cookbook
- Learning Redux
- ASP.NET jQuery Cookbook(Second Edition)