Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
ilyakooo0 committed Aug 25, 2023
1 parent e70aeed commit 397b352
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,15 @@

[![DEMO](https://img.youtube.com/vi/tynCzifvIzE/0.jpg)](https://www.youtube.com/watch?v=tynCzifvIzE)


## Getting started

The easiest way of using this library is by using the [airlock template](https://github.com/ilyakooo0/airlock-template).

### FFI

This is for setting up this library from scratch.

Urbit subscriptions require [server-side event (SSE)](https://developer.mozilla.org/en-US/docs/Web/API/Server-sent_events).
Unfortunately, Elm does not provide a native implementation.
This means that we will need to use [JS FFI (aka ports)](https://guide.elm-lang.org/interop/ports.html).
Expand Down

0 comments on commit 397b352

Please sign in to comment.