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
22 lines
749 B
Markdown
22 lines
749 B
Markdown
---
|
|
title: Implementations
|
|
---
|
|
|
|
Waku has been implemented in multiple languages to cater to a variety of unique use-cases:
|
|
|
|
#### [nwaku](https://github.com/status-im/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](https://github.com/waku-org/js-waku/)
|
|
|
|
A JavaScript/TypeScript implementation for browser environments.
|
|
|
|
#### [go-waku](https://github.com/status-im/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](https://github.com/waku-org/waku-react-native)
|
|
|
|
Integrate Waku in your React Native app using go-waku for mobile.
|