Skip to content

Commit

Permalink
Update try.md
Browse files Browse the repository at this point in the history
Add link to full web app
  • Loading branch information
mkjsix authored Oct 3, 2023
1 parent ad3546a commit 0a6c5cd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/try.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ menu: overview

This example application is developed with [Angular](https://angular.io). The backend is based on RESTHeart's [Change Streams](https://restheart.org/docs/mongodb-websocket) to provide an instant, zero lines of code API for a realtime chat application. In turn, RESTHeart leverages MongoDB's Change Streams to instantly notify clients about database modifications through WebSockets.

Below there's the demo app (full web app available at [chat.restheart.org](https://chat.restheart.org)), choose a nickname to start:

<iframe src="https://chat.restheart.org" width="100%" height="600px" title="restheat-ng-demo"></iframe>

{: .bs-callout.bs-callout-info}
Expand Down

0 comments on commit 0a6c5cd

Please sign in to comment.