Build LINE Bot web application with Node.js and Heroku
- Oct
- 02
- Posted by Lin
- Posted in Heroku, Node.js, Salesforce
Overview In order to check the operation of the LINE Bot web application that using the LINE Messaging API, you need a server that can be accessed externally.This post shares the creation procedure of LineBot web application using Heroku. Basic flow 1. Heroku development environment For web online development environment, Heroku + Cloud 9 is […]
read moreWrite a Heroku Scheduler batch for MangoDB+Salesforce with Node.js
- Oct
- 28
- Posted by Lin
- Posted in Heroku, Node.js, Open Source, Other, REST API, Salesforce
In previous post,I had shared how to 《Access Salesforce data via APIs(JSForce) from Outside Service》. In this post I will share about how to write a Heroku Scheduler batch for synchronizing MangoDB data to Salesforce with Node.js, like the below outline picture. ※I have no doubt that there have many ways to do connect between […]
read moreAwesome Node.js development environment with Heroku and Cloud9
- Jun
- 18
As we know,Heroku enables developers to build and run Node.js apps on it,and the most important,it is FREE. Today I will try to setup an awesome Node.js development environment and deployment with Cloud9 and Heroku. Of course, we need to sign up first. 1.Sign up 1.https://c9.io/ 2.https://www.heroku.com 2.Create a new App in heroku Create a […]
read moreEncrypte & Decrypte string in Node.js
- Mar
- 30
I have tried to encrypte and decrypte string in Node.js recently. There has many code examples at Internet, eg: Reference:http://qiita.com/sckm/items/232914af2959eefe505e Run it in console commond but the following error has occurred. Ummm….,that is weird,may be ‘base64’ encoding will not working with ‘aes192’..? Anyway, the following code works fine for me. And the console log.
read moreRecent Posts
- Salesforce DevTools Release Notes (version 3.10.0) – mass edit custom fields on lightning
- Salesforce DevTools Release Notes (version 3.9.0) – Object Fields, SOQL Query Editor
- Salesforce DevTools Release Notes (version 3.8.0)
- Salesforce DevTools JUST HIT 10,000 USERS! THANK YOU!
- Using Promise for Apex Server-Side request in Lightning Component
Top Posts
- Salesforce DevTools – Powerful Salesforce developer tools, loved by over 50K developers - 219.6K views
- Date format and DateTime format - 204K views
- Salesforce Mass Editor (Chrome Extension) – Mass create, mass update, mass clone, mass delete on any list view. Support for both Classic and Lightning! - 158.4K views
- Setup an awesome Salesforce developer environment with Sublime Text 3 - 122.3K views
- Writing a Schedulable Batch Apex in Salesforce - 118.8K views
Categories
- APEX
- Apps
- Custom Label
- Custom Metadata
- Custom Setting
- Design & UI
- Event
- Heroku
- iOS & Object-c
- Lightnint Component
- Linux & Mac OS
- Metadata API
- Node.js
- Open Source
- Other
- PHP Framework
- Release Notes
- REST API
- Salesforce
- Salesforce DevTools
- Salesforce DX
- SOQL
- Tooling API
- Unit Tests
- Validation Rule
- Visualforce
- WordPress
You must be logged in to post a comment.