python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
node.js Error: EACCES: permission denied, open 'privkey.pem'
I'm setting secure websocket over node.js using socket.io:
var fs = require('fs');
var https = require('https');
var server = https.createServer({
key: fs.readFileSync("/etc/letsencrypt/live...
iMarh
Votes: 0
Answers: 0
Chat with WSS on AWS Lightsail
I built chat functions with Ratchet/Laravel.
It works well on local I figured out the SSL too.
Websocket with laravel
But after deploying on AWS/Lightsail, WSS is not working.
I think there is some co...

dannyrome
Votes: 0
Answers: 1
Web WhatsApp Web Socket Post Message
I am trying to code an application that can send instant messages on web whatsapp. However, I could not connect to the web socket of whatsapp.
How can I connect to this socket with Javascript? Also, ...
i3 kafa
Votes: 0
Answers: 1