Architecte logiciel | Passionné d’#opensource & créateur tech 🇫🇷👨‍💻 façonnant l’innovation numérique de demain | #gopher #golang #go addict 💙

  • 2 posts
  • 0 comments
Joined 4 months ago
Cake day: April 19th, 2026

Hello 👋

I was frustrated by how difficult it was to send simple automated messages on Signal without diving into complex protocol specs. Most existing solutions felt too low-level for a quick project.

I made this SDK to wrap signal-cli. It uses a persistent JSON-RPC connection to keep things fast and includes a basic bot framework for routing commands.

It’s built with TypeScript and Node.js: https://github.com/benoitpetit/signal-sdk

I’d really appreciate some feedback on the architecture, especially how I’m managing the background process.