Wednesday, 6 November 2013

Local Server Installation for Websocket verification

Steps to install a local server so that we can test our Websocket program.


Step1 

Install Xampp local server to test the Websocket program. Also I installed bitnami for XAmmp to install WordPress. it is not required for Webscoket program.

installation steps are explained in detail Here

Step2 

Now to check a local server, we need to run basic websocket program. for that I used the book "HTML5 Definite guide for Websocket"

From the book, I tried the first example. and succeeded. I have got the results as mentioned in the book. this example didn’t work in office proxy network. it worked in home internet.

See the example1.rar full source code link http://www.websocket.org/echo.html

Step3 

settingup local websocket server

http://tech.kaazing.com/documentation/jms/3.5/about/setup-guide.html

Tools Used


http://downloadxampp.com/download.html

http://bitnami.com/stack/xampp

Download BitNami for XAMPP Windows Installer

Ref


http://code.google.com/p/phpwebsocket/

http://net.tutsplus.com/tutorials/javascript-ajax/start-using-html5-websockets-today/

http://www.sitepoint.com/introduction-to-the-html5-websockets-api/

http://www.websocket.org/book.html

No comments:

Post a Comment