pozil / pub-sub-api-node-client

A node client for the Salesforce Pub/Sub API
Creative Commons Zero v1.0 Universal
72 stars 40 forks source link

Is it the recommended client lib to use the Pub/Sub API? #41

Open pamarc opened 3 months ago

pamarc commented 3 months ago

Hi all,

It's more of a general question than a real issue. Since this library is mentionned in the Salesforce documentation, is it recommended for production or is it just a side project?

Thanks!

pozil commented 3 months ago

You could say that it's a side project given that it's on my GitHub account. Salesforce doesn't ship official Pub/Sub API clients for external languages and, as far as I know, there are no plan to do this.

This being said I think that this project is the best Pub/Sub API client that you can find for Node.js at the moment. Simply keep in mind that this project is not an officially supported lib (no support or SLA) but I maintain it frequently with the help of the community.