mirror of
https://github.com/logos-messaging/docs.waku.org.git
synced 2026-01-02 12:53:12 +00:00
* 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
749 B
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.