mirror of
https://github.com/wahyd4/knowledge.git
synced 2026-08-09 05:06:28 +10:00
Add some things about websocket
This commit is contained in:
Binary file not shown.
|
After Width: | Height: | Size: 34 KiB |
+14
-2
@@ -61,8 +61,18 @@ Frames:
|
||||
|
||||
# Websocket
|
||||
|
||||
WebSocket is a computer communications protocol, providing full-duplex communication channels over a single TCP connection. The WebSocket protocol was standardized by the IETF as RFC 6455 in 2011, and the WebSocket API in Web IDL is being standardized by the W3C. WebSocket is a different TCP protocol from HTTP.
|
||||
|
||||
## Frameworks and tools
|
||||
|
||||
- Pusher
|
||||
- Socket.IO
|
||||
- Pubnub
|
||||
|
||||
## How Websocket works
|
||||
|
||||

|
||||
|
||||
|
||||
# json-schema
|
||||
|
||||
@@ -83,10 +93,12 @@ Frames:
|
||||
|
||||
## How browser works?
|
||||
|
||||
* How browser render web page
|
||||
How browser render web page
|
||||
|
||||

|
||||
|
||||
* The flow diagram when you access a website
|
||||
The flow diagram when you access a website
|
||||
|
||||

|
||||
# CSS
|
||||
|
||||
|
||||
Reference in New Issue
Block a user