luotuo / WebSocket

A websocket class implemented by C++

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

WebSocket

Introduction

This project is a fork on @katzarsky/WebSocket. Actually, I has fixed some bugs in it.

Attention

  • If you were trying to build a websocket server, you must make sure that you have received correctly. Because in this project, we do not provide receive method.

About

A websocket class implemented by C++

License:MIT License


Languages

Language:C++ 66.5%Language:C 33.5%