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.
|