Skip to content

zzehli/websocket-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Websocket Server

This is a barebone websocket server built according to RFC 6455. The server simulates a chat room where messages from one user is broadcasted to all users connected to the server. The server has two main components: making the handshake (upgrade from HTTP to WebSocket protocol) and handling data frames (how messages are transmitted through the protocol). The server handles messages up to 16 bits.

Demo

References

About

websocket server according to RFC 6455

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published