create messaging api milestone

This commit is contained in:
chair28980 2025-01-14 06:37:00 -08:00
parent ffc756b4e5
commit c09d73002c

View File

@ -0,0 +1,22 @@
---
title: Messaging API
tags:
- waku-milestone
date: 2025-01-14
---
Proceed with further Golang code decommission from the Waku stack by defining a Waku Messaging API that includes peer-to-peer reliability; move code implementing it from Golang to Nim; use Nim code in Status Application. Ensure strict separation of concerns between Chat protocols and Waku protocols. Uses clean nwaku c-bindings to revamp the Waku Rust bindings.
## Deliverables
### Define Messaging API (Not Startd)
### Messaging API: nwaku (Not Startd)
### Messaging API: js-waku (Not Startd)
### Messaging API: REST (Not Startd)
### Messaging API: status-go integration (Not Startd)
### Messaging API: Rust SDK (Not Startd)