- Developing Middleware in Java EE 8
- Abdalla Mahmoud
- 138字
- 2021-07-23 19:24:30
WebSockets
WebSockets is one of the major overall advancements in HTTP communication. It extends HTTP to allow it to handle one or more full-duplex communication channels over a single HTTP connection, enabling all kinds of applications with real-time communication requirements to appear on the web market, such as chatting, multi-player gaming, collaborative document editing, and many more.
In Chapter 8, Sending Mails with JavaMail 1.6, we'll learn what WebSockets are and when to use them. Moreover, we'll learn and practice how to create WebSockets endpoints in Java and how to create a client for them in JavaScript. In addition, we'll learn how to maintain and encode user state in our server. At the end of the chapter, we'll look at a complete example of using WebSockets to implement a cinema tickets booking interface for our book's project.
- Boost程序庫完全開發指南:深入C++”準”標準庫(第5版)
- SoapUI Cookbook
- 碼上行動:零基礎學會Python編程(ChatGPT版)
- C語言程序設計教程(第2版)
- aelf區塊鏈應用架構指南
- PHP網絡編程學習筆記
- 前端HTML+CSS修煉之道(視頻同步+直播)
- Java網絡編程核心技術詳解(視頻微課版)
- C++寶典
- Practical Game Design with Unity and Playmaker
- Python機器學習算法與應用
- 從0到1:HTML5 Canvas動畫開發
- Struts 2.x權威指南
- LiveCode Mobile Development Hotshot
- ASP.NET 3.5系統開發精髓