Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8334717
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 9, 20262026-06-09T03:26:42+00:00 2026-06-09T03:26:42+00:00

A websocket server that is not hosted in port 80, will be invisible from

  • 0

A websocket server that is not hosted in port 80, will be invisible from Internet Browsers?

I cannot use port 80 (it’s being used by IIS) neither 443 nor 8080.

Does websockets hosted on custom ports will have firewall issues?

The only way is to use IIS8 as to share the same port (80)?
(I’m using IIS7 with SuperWebSocket library)

Websockets that are accessed from browsers, should not be deployed in custom ports?

Thanks in advance.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-09T03:26:44+00:00Added an answer on June 9, 2026 at 3:26 am

    To get to the heart of your question, I’ve had most success with realizing that my Web Server and Web Socket Server can both be on port 80, but different hosts ( origins ). As long as the Web Socket Server can handle CORS requests from your Web Page origin, it seems this is a way that avoids firewall problems and leads towards the architecture of having static content froma Web Server and dynamic from a WebSocket server.

    So the story is:

    • serve page from web.server.com:80 (that’s the origin)

    • in application space on that web page open a WebSocket to websocket.server.com:80/serviceName

      (makes a cross-origin request that needs be be allowed by websocket.server.com, which might whitelist web.server.com)

    • happily serve dynamic content and static content separately.

    Some more specific answers to some of your questions:

    A WebSocket server that is not hosted in port 80, will be invisible from Internet Browsers?

    No. Your application in the browser can open a WebSocket to other ports if that is desirable,
    subject to CORS constraints. Oftentimes it is advantageous to keep the WebSockets on port 80, so that intermediaries and edge gateways don’t have to change firewall rules.

    I cannot use port 80 (it’s being used by IIS) neither 443 nor 8080.
    Does WebSockets hosted on custom ports will have firewall issues?

    Most likely, unless you are in control of the firewall and can open up other ports.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I wrote a (not-so-)simple websocket server in python, which listens in a port, performs
somebody know what is encoding type of message that client sends to websocket server?
My websocket server will receive and unmarshal JSON data. This data will always be
I'm trying to run a webserver and websocket server on port 80. To do
I send binary data over websocket from python server: data = struct.pack('!BI', 2, 1)
I am writing a small WebSocket server application that should support both draft 17
I wrote a websocket server in c++ that works fine with websocket protocol 00
I want to create my own WebSocket server, but it will only include a
I've made a websocket server with websocketpp (C++), and a websocket client in PHP.
I'm trying to create a websocket server with Node.js to run on a Windows

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.