Skip to content

Tuczi/websocket

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

61 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

websocket

##About Implementation of Websocket protocol (RFC6455) in C++ (Server-side socket). Single class Websocket wraps socket descriptor and provides methods to init conneciton (do heandshake) and simple read/write to socket. It supports sending/receiving partial message/frame (small buffer) and full message/frame. Library uses lowlevel/system(Linux) and openssl functions.

##Sample apps See sample apps:

  • chat (text data)
  • image sending
  • video streaming (TODO)

###TODO see TODO.md

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published