Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
204 changes: 103 additions & 101 deletions docs/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions docs/src/pages/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ Distributed Elixir Cluster implementation of real time with websockets and notif
```


## [Channel Streams](/async-dataflow/docs/channel-streams)
## Channel Streams
Distributed Elixir Cluster implementation of a async messages router.

```mermaid
Expand Down Expand Up @@ -82,12 +82,12 @@ Distributed Elixir Cluster implementation of a async messages router.

## Clients

### [Client JS](/async-dataflow/docs/client-js)
### Client JS
Javascript library for async data flow implementation for browsers.
### [Client Dart](/async-dataflow/docs/client-dart)
### Client Dart
Dart library for async data flow implementation for flutter applications.
### [Elixir Client](/async-dataflow/docs/client-elixir)
### Elixir Client
Elixir library for async data flow implementation for elixir applications.

## [Examples](/async-dataflow/docs/examples)
## Examples
The purpose of this project is to help the community to understand more the the async data flow component to implement in full asyncio solutions.
Loading