Thursday, June 26, 2014

What is Jaggery Jaggeryjs is a cool javascript Framework that allows you to develop webbased application very easily, It reduce the development complexity by unifying the server side and client side development. You can tryout and and read all about Jaggery from http://jaggeryjs.org/ Downloading and running Jaggery Since everything is well documented in the Jaggery website I won't be writing on these, So you can get all the details from...
WebSockets Websockets are mainly used for cross browser communication so in most cases the browser act as the client to connect to the socket server, But in some cases you might need a java client to send messages to a socket server. According to my research this area is not well documented. So I will try to implement a Java Client to access a websocket. Prerequisites For this sample application I will be Using a sample echo Websoket server located...
What are Websockets Websockets allow two way communication between the server and the Client resulting low latency communication between client and the server. It allows  full-duplex communications channels over a single TCP connection. It also allows to break free from the request/response paradigm on what the traditional web was based on. Websockets further enhances the AJAX capabilities, where AJAX communication is also steered...
Subscribe to RSS Feed Follow me on Twitter!