forked from Atmosphere/atmosphere-samples
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add readme to spring-boot-sample-atmosphere
- Loading branch information
Showing
1 changed file
with
13 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|