Skip to content

Commit

Permalink
Create README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
DadeKuma committed Mar 12, 2019
1 parent 158be68 commit 251affa
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# DroidSTOMP
An Android library that implements the messaging protocol [STOMP](https://stomp.github.io/) that can be used over websockets.

<b>Here's a short demo of the library used to build a simple chat!</b>
<p align="center">
<img width="460" height="300" src="https://media.giphy.com/media/YVBxHgqj27rw8T0WGk/giphy.gif">
</p>

<h2> How to install </h2>

<h4> Gradle </h4>
TODO FINISH THIS :)
```
```

0 comments on commit 251affa

Please sign in to comment.