threefoldtech / rmb-rs

RMB implementation in rust
Apache License 2.0
3 stars 1 forks source link

Story: Developers SDK #40

Closed muhamadazmy closed 1 year ago

muhamadazmy commented 2 years ago

Multi-language sdk to build servers/clients in different languages to integrate with (local) rmb.

abom commented 2 years ago

Just a note, current clients need to be aligned with rust rmb implementation for push/pop operations to queues, for example, some clients use lpop for getting a reply, while we do lpush for pushing it.

xmonader commented 2 years ago

typescript implmentation https://github.com/threefoldtech/rmb_ts go server/clients: https://github.com/threefoldtech/rmb_go

No need to prioritize python and v, what matters the most is typescript