atmosphere-samples icon indicating copy to clipboard operation
atmosphere-samples copied to clipboard

Atmosphere's samples.

Results 39 atmosphere-samples issues
Sort by recently updated
recently updated
newest added

Steps to repeat: 1. Download current project 2. Open project in intellij IDE on Nettosphere-samples 3. In maven open Nettosphere SocketIO Chat 4. run exec:java 5. See error Running with...

I get the following error when I run `mvn tomcat7:run` within the `atmosphere-samples` directory. Maven 3.3.9 Java 1.8.0_51 `INFO: Starting service Tomcat Jun 27, 2017 11:04:45 PM org.apache.catalina.core.StandardEngine startInternal INFO:...

I cant get the chat example to run, netbeans and jdeveloper both fail when trying to deploy that sample. Is their anything that is not in the tutorials that I...

Hi all, GWT 2.5.1 project using following libraries and it is working: atmosphere-gwt20-client-2.4.3.jar atmosphere-gwt20-common-2.4.3.jar atmosphere-gwt20-server-2.4.3.jar atmosphere-runtime-2.4.9.jar javascript-2.3.2 But I couldn't success to run GWT 2.7.0 with Atmosphere libs. I tried...

Readme.md says `### Using the sample bash % mvn % cd target % unzip nettosphere-jersey-chat.jar % chmod a+x ./bin/nettosphere.sh % ./bin/nettosphere.sh ` But the jar created by maven doesn't even...

Hey guys, I'm getting this error while starting my application. My current configuration - Tomcat 8.0.35 - Application: CXF + Spring + Atmosphere (CXF servlet is configured to boot spring...

I want to transfer blob to/from browser, without 33% overhead of base64. How shall I do that?

I have been trying to test SockJS together with atmosphere by looking at the SockJS sample. The sample brings in the `atmosphere-sockjs` package, and mentions `SockJsAtmosphereInterceptor` in the comments at...