Skip to content

Commit

Permalink
expand the provider table
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Beemer <beeme1mr@users.noreply.github.com>
  • Loading branch information
beeme1mr committed Nov 21, 2023
1 parent ee0aa80 commit a27f069
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions docs/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,11 @@ go install github.com/open-feature/flagd/flagd@latest
Leverage flagd in your application using [OpenFeature](https://openfeature.dev/) and a flagd [provider](https://openfeature.dev/docs/reference/concepts/provider).
Use the table below to see what provides are available.

| Technology | RPC | in-process |
| -------------------------------------------------------- | ---------------- | ---------------- |
| :fontawesome-brands-golang: [Go](./providers/go.md) | :material-check: | :material-check: |
| :fontawesome-brands-java: [Java](./providers/java.md) | :material-check: | :material-check: |
| Technology | RPC | in-process |
| ------------------------------------------------------------- | ---------------- | ---------------- |
| :fontawesome-brands-golang: [Go](./providers/go.md) | :material-check: | :material-check: |
| :fontawesome-brands-java: [Java](./providers/java.md) | :material-check: | :material-check: |
| :fontawesome-brands-node-js: [Node.JS](./providers/nodejs.md) | :material-check: | :material-check: |
| :simple-php: [PHP](./providers/php.md) | :material-check: | :material-close: |
| :simple-dotnet: [.NET](./providers/dotnet.md) | :material-check: | :material-close: |
| :material-web: [Web](./providers/web.md) | :material-check: | :material-close: |

0 comments on commit a27f069

Please sign in to comment.