Relative Content

Tag Archive for reactjssocketsflasksslip

How to add ssl to flask socket server

Currently I am using flask server for socket programming. I want that server has to run on https instead of https with public statis IP. So that frontend app which is in react js can access this server securely.