docs.waku.org/docs/implementations.md
Danish Arora 397be651dc
chore: refactor ordering/naming of markdown files (#29)
* chore: rename md files and use config ordering

it is unfeasible to track the changes in files labelled as '1.md', '2.md', etc and
way easier when the files are named after their contents.

* fix: hint box render

* fix: markdown links
2022-12-23 16:59:16 +05:30

749 B

title
Implementations

Waku has been implemented in multiple languages to cater to a variety of unique use-cases:

nwaku

A nim implementation of the Waku v2 protocol. The reference implementation, recommended to deploy a node in the cloud or at home.

js-waku

A JavaScript/TypeScript implementation for browser environments.

go-waku

A Go implementation for native integration in go applications, C-Bindings are also available with C#, Swift and Kotlin examples.

@waku/react-native

Integrate Waku in your React Native app using go-waku for mobile.