|
May
16 |
|
awarded | Tumbleweed |
|
May
9 |
|
asked | mediastreamsegmenter stops sending id3 metadata using HLS |
|
Mar
25 |
|
awarded | Enthusiast |
|
Mar
19 |
|
comment |
Can GruntJS fetch external files? Just FYI... The link is broke now. |
|
Mar
15 |
|
answered | How to implement CSRF protection in Ajax calls using express.js (looking for complete example)? |
|
Mar
12 |
|
awarded | Commentator |
|
Mar
12 |
|
comment |
Node.js + express.js + passport.js : stay authenticated between server restart Just FYI: that blog link redirected me to a scuzzy dating site... Don't know if it is good anymore. |
|
Mar
11 |
|
answered | Why mongoose replaces subdocuments with "[object Object]"? |
|
Mar
8 |
|
awarded | Constituent |
|
Mar
7 |
|
answered | Mongoose without schema |
|
Mar
7 |
|
awarded | Informed |
|
Mar
7 |
|
comment |
Fetching Backbone Models from ExpressJS server The response may be getting messed up because you are sending err + response back. If it is xml you are sending back, before sending the response, try setting this: res.setHeader("Content-Type", "application/xml");.
|
|
Mar
7 |
|
awarded | Caucus |
|
Mar
6 |
|
answered | Backbone view not rendering correct dom element |
|
Mar
6 |
|
comment |
Fetching Backbone Models from ExpressJS server I added your BioModel to one of my projects and just changed the url to one that the server was listening to and it got a response and loged the 'loaded' line. |
|
Mar
5 |
|
revised |
mongoose return json list of tags specified as subdocuments fixed typos |
|
Mar
5 |
|
answered | mongoose return json list of tags specified as subdocuments |
|
Mar
4 |
|
comment |
Mongoose subdocuments vs nested schema Here is a good response about MongoDB considerations to ask yourself when creating your database schema: stackoverflow.com/questions/5373198/… |
|
Mar
4 |
|
revised |
NodeJS - Mongoose (Object has no method "id") added e |
|
Mar
4 |
|
answered | NodeJS - Mongoose (Object has no method "id") |