Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jfarcand authored Apr 2, 2024
1 parent 0d512cc commit a15e074
Showing 1 changed file with 2 additions and 10 deletions.
12 changes: 2 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,7 @@

This project brings the [Atmosphere Framework](https://github.com/Atmosphere/atmosphere) to the [Play!](http://www.playframework.com/) Framework. It support ALL Atmosphere's modules like Runtime, Jersey and Socket.IO.

```bash
% sbt update
% sbt run
```
![JDK8](https://github.com/Atmosphere/atmosphere-play/workflows/Java%20CI%20with%20Maven/badge.svg)

Download [Atmosphere Play!](http://search.maven.org/#search%7Cga%7C1%7Catmosphere-play), use Maven or [sbt](http://ntcoding.blogspot.ca/2013/09/atmosphere-scala-sbt-akka-step-by-step.html)

For Atmosphere 3.0+:
For Play 3.0+ and Atmosphere 3.0+:

```xml
<dependency>
Expand Down Expand Up @@ -111,4 +103,4 @@ and on the client side,
};

subSocket = socket.subscribe(request);
```
```

0 comments on commit a15e074

Please sign in to comment.