function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Dilip vDilip v 

Any resources to quick start with Jsforce and node.js?

Hi all,
I don't know anything about the node.js and jsforce.I don't know how they are used with salesforce.

So it would be great if someone responds to me with either answers or resources links?
 
Prabhat Kumar12Prabhat Kumar12
For Node.js following links have best tutorial.

https://www.youtube.com/watch?v=-u-j7uqU7sI

Described very well for beginer. 
Hargobind_SinghHargobind_Singh
One way to start could be to use node-salesforce, which is a wrapper of node.js for salesforce:

https://www.npmjs.com/package/node-salesforce
GetOnCRM SolutionsGetOnCRM Solutions
When building applications that are integrated with Salesforce (Salesforce Integration), one of the choices you have to make is how you get data out of Salesforce and into your app. You can use one of the many ETL tools on the market, you can poll for changed records, use the Force.com Streaming API, use Apex HTTP Callouts from Salesforce or Outbound Messages.

For more information please visit this: https://getoncrm.com/how-to-catch-salesforce-outbound-messages-with-nodejs/
Nedra NedraNedra Nedra
Thanks for the update and quick reply. I'll be sure to keep an eye on this thread myaccountaccess (https://www.myaccountaccess.us/)