Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 395 Bytes

README.md

File metadata and controls

13 lines (7 loc) · 395 Bytes

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...