Giter VIP home page Giter VIP logo

Comments (4)

stephank avatar stephank commented on August 16, 2024

A quick Google shows the situation is slightly better than Flash. You'll need a policy file on a webserver on port 943. As of Silverlight 4, it can alternatively be served from port 80. See: http://msdn.microsoft.com/en-us/library/cc645032.aspx

Given your reasons for not having a Flash transport, I guess this can be done by requiring at least Silverlight 4. Though there's still a chance of timeouts and possible delays when in development with nothing listening on port 80.

from sockjs-client.

majek avatar majek commented on August 16, 2024

Thanks for finding that. This raises next questions:

  1. How many IE 7, 8, 9 users have silverlight 4?
  2. What about https/ssl, does it use port 443?
  3. Is silverlight using proxies?
  4. Is opening a silverlight thing (activex?) fast enough? Is communicating with the plugin fast? How large the websocket plugin code is?
  5. Loads of questions regarding timeouts and other technical details.

from sockjs-client.

stephank avatar stephank commented on August 16, 2024

Disclaimer: I'm only reading documentation, no actual experience with Silverlight here.

It gets more interesting. Something I missed is that only ports 4502-4534 are allowed when making normal socket connections in Silverlight, which is also explained in the linked MSDN article. So the proxy argument breaks there as well.

  1. Here are some rough stats on install base of Silverlight 4.
  2. Sockets in Silverlight have no SSL support. It looks like it can make HTTPS requests through other interfaces, but that's of no use here.
  3. No idea.
  4. There's a demo up. The Silverlight plugin there is apparently 15.4 KiB. No idea about load times and latency.
  5. Also of no help there.

from sockjs-client.

majek avatar majek commented on August 16, 2024

This is a brilliant research, thanks!

The port restriction (4502-4534) is a major problem. Some more links:

I'm closing this issue as: WONTFIX.

from sockjs-client.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.