Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8710821
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 13, 20262026-06-13T04:43:25+00:00 2026-06-13T04:43:25+00:00

in express3.x, the api talks about app.render(‘view’, data, callback); it is supposed to do

  • 0

in express3.x, the api talks about app.render(‘view’, data, callback);
it is supposed to do the same thing as res.render, but with a callback with the rendered data, instead of sending it as a response.
Is there a way to use app.render in a route file. It’s not possible since there is no app variable anywhere but app.js
maybe there is some other easy way to just render a template and store it a variable.
I need it to send html emails.
I’m using hogan.js templates in my app.

Thanks

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-13T04:43:26+00:00Added an answer on June 13, 2026 at 4:43 am

    You can write routes and modules in a way that app gets passed when you require

    module.exports = function (app) {
      return {
        'index': function(req, res, next) {
          // app is avail here 
        }
      }
    }
    

    and require it accordingly and pass on the app variable in app.js

    var app = module.exports = express.createServer();
    var validate = require('./routes/validate')(app);
    

    This might not be a standard way, and especially the way the route file is written might be awkward. But it makes app avail. to your routes.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

In express, I have defined some routes app.post(/api/v1/client, Client.create); app.get(/api/v1/client, Client.get); ... I have
I have a codeigniter app that queryies an api and gets a simplexml object.
I'm using express' res.end, etc to serve json as part of my rest api.
I've written a REST API on the express framework for node.js that works for
I wrote a small express.js based web app. I serve a manifest.webapp but express.js
I have two Express.js apps running on my server. A plain vanilla app called
Ive been using express checkout API to convert people's accounts on my site to
I am using the PayPal API for Express Checkout Integration. Upon setting the Express
I'm trying to pass the data from client to server via Backbone.js's save() method.
I have an ASP.NET Web API application running on my local instance of IIS.

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.