I have a sails backend API. And I already have an https connection.
How do I connect to a sails socket with my client side (Android and iOS) having an https connection? I dont have any problem connecting to a non HTTPS server. Hope there is a help.
I have a sails backend API. And I already have an https connection.
How do I connect to a sails socket with my client side (Android and iOS) having an https connection? I dont have any problem connecting to a non HTTPS server. Hope there is a help.
Copyright © 2021 Jogjafile Inc.
all you have to do is open config/bootstrap.js, and made following changes there
here you can listen for multiple events as well as you can emit multiple private/broadcast messages as well and also all socket.io listeners will work here