gcardi / WebSockets

A C++ WebSockets library for Embarcadero RAD Studio's modern compilers.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

WebSockets

C++ Websockes implementation for RAD Studio modern compilers (bcc32c, bcc64) based on Indy 10.

Put your certificate files (.crt, .pem, and .key) in the WebSockets/Demo/Resources/SSL/ folder to compile and run the Server Demo app, e.g.:

{$PROJECTDIR}\Demo\Resources\SSL\ca.crt

{$PROJECTDIR}\Demo\Resources\SSL\ca.key

{$PROJECTDIR}\Demo\Resources\SSL\caRoot.pem

Docs to come...

About

A C++ WebSockets library for Embarcadero RAD Studio's modern compilers.

License:MIT License


Languages

Language:C++ 100.0%