c# - Issues with creating Web Socket server on different port? -


we on windows 2008 , need use web sockets. cannot move iis8 windows 8 or windows 2012 has native web sockets support built iis.

so thinking using web sockets via third party web socket server.

however, mentioned have use port other port 80 using our web server app.

clearly using port may cause issues installations have open ports on network.

so, options? can take web socket call on 80 , reroute handled websocket call?

we not want move windows 8 or windows 2012.


Popular posts from this blog

c# - ODP.NET Oracle.ManagedDataAccess causes ORA-12537 network session end of file -

matlab - Compression and Decompression of ECG Signal using HUFFMAN ALGORITHM -

utf 8 - split utf-8 string into bytes in python -