Skip to content

Commit

Permalink
add readme to spring-boot-sample-atmosphere
Browse files Browse the repository at this point in the history
  • Loading branch information
elakito committed Mar 30, 2016
1 parent aa0cba1 commit d2b0deb
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions samples/spring-boot-sample-atmosphere/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
Spring Boot Atmosphere Sample
==================
Demonstrates setting up Atmosphere with Spring-Boot.
Clients can connect using the url ws://localhost:8080/chat


There is also a sample client which can be accessed at http://localhost:8080/home/home.html
Alternatively, you can use the client at samples/chat-node-client as well.

Launch
======
$ mvn spring-boot:run

0 comments on commit d2b0deb

Please sign in to comment.