Skip to content

jiankaiwang/websocket

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

WebSocket

WebSocket is a protocol on the application layer in OSI model. This protocol is on the same level to HTTP. Unlike the HTTP protocol, the handshake is only at the beginning of the entire WebSocket connection. The connection can last for a long time. It also allows the bidirectional sending data between the server the client.

In the repo, we are going to demo the WebSocket mechanism.

Referecne

How to Start

  • Start the WebSocket server.
python ws_server.py
  • Click the webpage index.html.

About

The repository shows how to establish WebSocket on Python and Javascript.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published