Questions tagged [compoundjs]

CompoundJS is the Node.JS MVC framework based on ExpressJS.

CompoundJS is the Node.JS MVC framework based on ExpressJS, fully ExpressJS-compatible. It allows you to build well-structured web applications.

The main objective of the framework — web development without pain.

Guides

80 questions
0
votes
0 answers

Coffeescript & ejs how to add html every x items from array

Im using nodeJs.. I have the following javascript.. to iterate over an array of projects from my database. i was doing this server side, that way the data was pre sorted and when using handlebars all i had to do was a simple nested each…
NDBoost
  • 10,184
  • 6
  • 53
  • 73
0
votes
1 answer

how we can add constraint ti our shema "compoudjs / jungglingdb"

i'm a beginner, i start to use compoudjs and i use jungglingdb for the database and the module jungglung-postgres. my question is, how can i add constraint to created tables? i try this var User = describe('User', function () { …
Sam_al
  • 1
  • 1
0
votes
1 answer

Working with compound js on windows. Cannot start anything

I wish to create a hello world application using compound.js. So far, nothing works at all. I've installed "npm install compound -g" to have compound be available globally. Now I wish to run "compound init" and I get this: (see first code…
Lev Dubinets
  • 788
  • 10
  • 32
0
votes
1 answer

CompoundJS and passport support

I'm facing this problem with compound passport. I've already followed the steps from the guide but I cannot get this working when I try to access /auth/github. Any tips? GET /auth/github controller: auth action: github Params:…
Javier Manzano
  • 4,761
  • 16
  • 56
  • 86
0
votes
1 answer

compoundjs routes regex

Can we use regexp in routes map? I am creating a simple file browser. I have this route set in my /config/routes.js: map.all('/assets/:folder.:format?', 'assets#index'); But the folder parameter could be (for example) Images/Logos, so I am…
jaromudr
  • 151
  • 8
1 2 3 4 5
6