Sorry, it did work. The problem was the url i used for WebSocket
Javascript code
<script type="text/javascript">
<!--
Conrrect url
...
Type: Posts; User: j3r; Keyword(s):
Sorry, it did work. The problem was the url i used for WebSocket
Javascript code
<script type="text/javascript">
<!--
Conrrect url
...
I did try load an external Servlet, but not sure if i did it correctly.
I have a class MyWebSocket.java
package com.rts.web.rmdls;
import java.io.IOException;
import java.nio.ByteBuffer;...
Hi all, i have been following websockets for sometime. Here are two of the java implementations i found.
1.) jWebSocket - standalone, tomcat application, *.jar full-bundle
2.) Tomcat 7.0.27.0 -...