--- title: Waku Implementations --- Waku has been implemented in multiple languages to cater to a variety of unique use-cases: ### [nwaku](https://github.com/status-im/nwaku) The Nim implementation of the Waku protocol is the reference implementation recommended for deploying a node in the cloud or at home. ### [js-waku](https://github.com/waku-org/js-waku/) The JavaScript/TypeScript implementation of the Waku protocol designed for use in browser environments. ### [go-waku](https://github.com/status-im/go-waku) The Golang implementation of the Waku protocol designed for native integration in Golang applications, includes C bindings with examples available in C#, Swift, and Kotlin. ### [@waku/react-native](https://github.com/waku-org/waku-react-native) Use [go-waku](https://github.com/status-im/go-waku) for mobile to integrate Waku into your React Native application.