Could you give me an example of how to create an WebSocket server using wss:// #1641
Answered
by
scaprile
matthiashack
asked this question in
Ask questions, get answers
-
I have integrate with openssl, But I don't know how to create an WebSocket server using wss:// ,could you give me some help, thank you |
Beta Was this translation helpful? Give feedback.
Answered by
scaprile
Jul 22, 2022
Replies: 1 comment
-
Just follow this tutorial and apply it over this example. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
scaprile
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Just follow this tutorial and apply it over this example.
Some of the examples, like this one. already have TLS implemented and the Makefile handles common Linux options for you; check how they handle that and you can also use those credentials for your test. Tutorials are here.