The Solution for my questions is very easy: You have a website, which you can server-side script with any scripting language your webserver supports like ASP.NET or PHP. Your website connects (via javascript code) to a websocket server (it can be different
from the webserver). This websocket server you can write in every programming language, which supports websockets. It does not matter which scripting language you have used for the server-side scripting.
Marked as answer by Ritchy on Nov 27, 2012 07:31 PM
Ritchy
3 Posts
Websockets with PHP
Oct 08, 2012 05:19 PM|LINK
Hello,
how can I use websockets in IIS 8, if I use php instead of ASP.NET as scripting language?
Thanks in advance,
Ritchy
g_cory
348 Posts
Re: Websockets with PHP
Oct 09, 2012 08:36 PM|LINK
All you need is right here, great walkthrough:
http://www.paulbatum.com/2011/09/getting-started-with-websockets-in.html
Please "Mark" as Answer if this post helped you.
OrcsWeb: Managed Windows Hosting Solutions
"Remarkable Service. Remarkable Support."
Ritchy
3 Posts
Re: Websockets with PHP
Oct 17, 2012 08:44 PM|LINK
Thanks for your answer.
Ritchy
3 Posts
Re: Websockets with PHP
Nov 27, 2012 07:30 PM|LINK
The Solution for my questions is very easy: You have a website, which you can server-side script with any scripting language your webserver supports like ASP.NET or PHP. Your website connects (via javascript code) to a websocket server (it can be different from the webserver). This websocket server you can write in every programming language, which supports websockets. It does not matter which scripting language you have used for the server-side scripting.