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
Kota AnilkumarKota Anilkumar 

is it possible to create salesforce canvas app without heroku ?

I have created one canvas app and i need to show it in chatter / visualforce tab and while clicking on tab it should redirected to google home page .

But I am not getting anything simply blank screen.

 
Neha Goel 19Neha Goel 19

Yes, it is possible to create Salesforce Cavas App without heroku .
Here's a Java framework on GitHub that should provide an example for you https://github.com/forcedotcom/SalesforceCanvasFrameworkSDK it even has in the readme how to build it locally before deploying it to "heroku or any other server"