mirror of
https://github.com/logos-messaging/docs.waku.org.git
synced 2026-01-02 12:53:12 +00:00
1002 B
1002 B
| title |
|---|
| Waku Implementations |
Waku has been implemented in multiple programming languages to address various use cases. The Waku development team builds and maintains each implementation, ensuring that updates are provided automatically.
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
The JavaScript/TypeScript implementation of the Waku protocol designed for use in browser environments.
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
Use go-waku for mobile to integrate Waku into your React Native application.