Re: [nodejs] Re: NodeJs e-commerce solution?

2013-09-14 Thread akira
OK.To get this thread back on track. Is there anybody willing to collaborate on an E-Commerce framework based on node? Is there any existing pakage that we can contribute to? -- -- Job Board: http://jobs.nodejs.org/ Posting guidelines: https://github.com/joyent/node/wiki/Mailing-List-Posting-

Re: [nodejs] Re: NodeJs e-commerce solution?

2013-09-14 Thread akira
@Norman Paniagua Have you started work on this? On Tuesday, September 10, 2013 5:35:41 PM UTC+2, Norman Paniagua wrote: > > I think if you want a balance between nosql and rdbms take a look at > Postgres, seems to be a robust db with many years in the market, that > supports objects and relati

Re: [nodejs] Problems passing results of a func. to module.exports

2013-09-12 Thread akira
stance that I am created depends on the results of a profile instance. Was this a bit clearer? How can I create an Instance and delay passing it to exports? Thanks On Thursday, September 12, 2013 8:28:36 PM UTC+2, // ravi wrote: > > On Sep 12, 2013, at 1:27 PM, akira > > wrote:

[nodejs] Problems passing results of a func. to module.exports

2013-09-12 Thread akira
I am trying to retrive data from a MongoDB collection and pass it as an extended object to module exports for scaffoling purposes. The code below does not work, can anyone tell me why? //Mongoose model var Profile = require('./../../models/profile'); Profile.findOne({'username': 'test'}, functi

[nodejs] Re: Browser displays image base64 data as text instead of image, can't figure out why

2013-02-10 Thread akira
I think you have to ad the mime type to the header as in: res.writeHead('200', {'Content-Type': 'image/jpg'}); On Feb 10, 3:47 pm, Alexander Reichstadt wrote: > Hi there, > > I am retrieving binary data from a postgres database and display it in the > browser as data-value in an image tag like

[nodejs] Re: Anyone here using haraka.js?

2013-01-14 Thread akira
hem to you directly? Thanks On Jan 14, 12:24 am, Matt wrote: > A few people :) > > > > > > > > On Sat, Jan 12, 2013 at 2:05 PM, akira wrote: > > Anyone here using haraka.js? (https://github.com/baudehlo/Haraka) > > > -- > > Job Board:http://jobs

[nodejs] Anyone here using haraka.js?

2013-01-12 Thread akira
Anyone here using haraka.js? (https://github.com/baudehlo/Haraka) -- Job Board: http://jobs.nodejs.org/ Posting guidelines: https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines You received this message because you are subscribed to the Google Groups "nodejs" group. To post to thi

[nodejs] Re: NodeJS login in Chrome 17.x - global sessions/cookie issue

2012-06-25 Thread Akira
let several times, no other domain are not linked... понедельник, 25 июня 2012 г., 22:58:34 UTC+4 пользователь Akira написал: > > I'm doing simple authorization with NodeJS using mongodb. The problem > is Chrome on my work computer doesnt't want to get cookes from my Node-

[nodejs] NodeJS login in Chrome 17.x - global sessions/cookie issue

2012-06-25 Thread Akira
I'm doing simple authorization with NodeJS using mongodb. The problem is Chrome on my work computer doesnt't want to get cookes from my Node- app. We use Google Chrome 17.0.963.56. Same thing goes with Opera/FF. Bug founded on Windows XP Professional x64 Edition Version 2003 Service Pack 2. Detaile

[nodejs] Re: Building Node.js Modular Web Application

2012-04-30 Thread akira
ects to be modular? > > > > > > > > On Monday, April 30, 2012 1:21:14 PM UTC+3, Nuno Job wrote: > > > In case you are interested in trying flatironjs > > (http://flatironjs.org) out I wrote this sample REST service. > > > Plates is a super cool templating

[nodejs] Re: Building Node.js Modular Web Application

2012-04-30 Thread akira
There are several ways to code MVC apps with Express, here is an example: http://www.travisglines.com/web-coding/a-simple-mvc-setup-in-node-js On Apr 30, 11:06 am, Feras Odeh wrote: > How can I build a modular web application using Node.js? What modules > should I use to write it? I'm using expre

[nodejs] Re: Assl

2012-04-28 Thread akira
Well, wildcard certs are expensive. Its would be good for apps that have little or no funding but need security od some kind On Apr 28, 3:21 pm, "Oleg Efimov (Sannis)" wrote: > Oops:  http://assl.sullof.com/assl/securityfaq.asp > > I can't  feign any situation, when it is useful. It is not so pro

[nodejs] Re: Assl

2012-04-28 Thread akira
Very interesting, it would be great to get it to work with Node or Python. The project looks dormant. It might be taken up again if interest is shown. On Apr 28, 10:32 am, shawn wilson wrote: > Anyone seen this?http://assl.sullof.com/assl/ > > Is there any work to get this working with node? Any

[nodejs] Re: Question: Misuse of variables bound to exports object?

2012-04-28 Thread akira
Thanks for the replies On Apr 28, 1:18 pm, Oliver Leics wrote: > Readability taken aside, I can't see how this is could be a 'misuse' > > > > > > > > > > On Sat, Apr 28, 2012 at 6:54 AM, akira wrote: > > I am sorry if this is not node rel

[nodejs] Re: [moe] Moescript language

2012-04-28 Thread akira
This looks interesting, I am a Node.js comming from Python, It would be nice if I could code in something similar :) On Apr 28, 1:24 pm, Morteza Milani wrote: > Hi, > > *It is aimed to deal with common troubles in JavaScript development. Moe > has neatly crafted grammar so that most JavaScript de

[nodejs] Question: Misuse of variables bound to exports object?

2012-04-27 Thread akira
I am sorry if this is not node related, I just thought this might be a good place to ask since a lot of module developers are on this list. Using this simple example, I would like to inherit a form exports.EmailForm = forms.Form.extend({ email_address : forms.EmailField({required: true}) })

[nodejs] Re: vHosts, someone?

2012-04-19 Thread akira
I found another solution, Vost. It supports both Vhosts and load balancing https://github.com/kommander/vost On Apr 14, 11:25 pm, mscdex wrote: > On Apr 14, 2:25 pm, Dave wrote: > > > Perhaps I am missing something but I have not had any issues using > > nginx 1.1.18 proxying for a node server

[nodejs] Re: How to avoid callback hell?

2012-04-17 Thread akira
I don't think that's the point Dan, some of us here just find the Node "Async experience" sometimes exhausting, using your analogy, "node swimming" is swimming with a somewhat advanced tech akin to the breaststroke, several people would like to make the learning curve shorter or eliminate it comple

[nodejs] Re: Asset management in node.js

2012-04-14 Thread akira
I use Asereje, https://github.com/masylum/asereje On Apr 14, 8:19 am, Martin Wawrusch wrote: > Hi guys, I am looking for an asset management solution similar to sprockets > / assetpipeline on rails > (http://guides.rubyonrails.org/asset_pipeline.html#manifest-files-and-... > ). > > What's import

[nodejs] Re: vHosts, someone?

2012-04-13 Thread akira
want to use in your rotation. // var addresses = [ { host: 'ws1.0.0.0', port: 80 }, { host: 'ws2.0.0.0', port: 80 } ]; On Apr 13, 6:46 pm, akira wrote: > Great! Thanks Chris! > > On Apr 13, 6:36 pm, Chris Rhoden wrote: > > > > > > &

[nodejs] Re: vHosts, someone?

2012-04-13 Thread akira
Great! Thanks Chris! On Apr 13, 6:36 pm, Chris Rhoden wrote: > On Fri, Apr 13, 2012 at 12:01 PM, akira wrote: > > Ok, so that means I leave the bodyParser middleware config out of the > > node-proxy config? > > Yes. > > > What I meant by my typical use case is thi

[nodejs] Re: vHosts, someone?

2012-04-13 Thread akira
, there's no issue. > > I am not sure I understand your second question. > > > > > > > > > > On Fri, Apr 13, 2012 at 10:35 AM, akira wrote: > > Ok, but I am still not sure about 2 things. > > > 1. I read that node-http-proxy does not work w

[nodejs] Re: vHosts, someone?

2012-04-13 Thread akira
/nodejitsu/node-http-proxy/issues/198ping people here if > > you want benchmarks. > > > On Fri, Apr 13, 2012 at 8:02 AM, Alan Hoffmeister > > wrote: > > >> @akira, I had experience with nginx and other languages, but this is > >> the first time that I had

[nodejs] Re: vHosts, someone?

2012-04-12 Thread akira
This is very interesting. I always though that Node developers use Nginx in their stack for proxying. But reading the docs, node-http- proxy is mentioned as battle-hardened. How does this hold up when one serves images? Is the performance comaparable? Nginx is alleged to be almost unbeatable at ser

[nodejs] Autoescaping as default?

2012-04-10 Thread akira
Is the content rendered in templates autoecasped by default? Does it depend on the template engine? Thanks -- Job Board: http://jobs.nodejs.org/ Posting guidelines: https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines You received this message because you are subscribed to the Go

[nodejs] Re: Official template engine integration method?

2012-03-19 Thread akira
hub.com/mikeal/tako > > Nuno > > > > > > > > On Mon, Mar 19, 2012 at 1:58 PM, Nuno Job wrote: > > The question would be integrate with what? > > > Express? Checkhttp://expressjs.com/ > > Flatiron? Checkhttp://flatironjs.org/ > > Geddy? Checkhttp:/

[nodejs] Re: Custom module dependency declarations?

2012-03-19 Thread akira
rue,` line > and it will disable accidentally publishing it to npm.  Then when deploying > your app, just `npm install` and it will grab and install all the declared > dependencies. > > > > > > > > On Mon, Mar 19, 2012 at 8:40 AM, akira wrote: > > Can som

[nodejs] Custom module dependency declarations?

2012-03-19 Thread akira
Can someone point me to a tutorial that can explain how one can create a list of modules than npm would automatically install when deploying my application? Thanks -- Job Board: http://jobs.nodejs.org/ Posting guidelines: https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines You r

[nodejs] Re: Official template engine integration method?

2012-03-19 Thread akira
In other words, is there a best practice for this issue? On Mar 19, 2:23 pm, akira wrote: > I know there is no official framework, I asked for the "official > method to integrate templating engines", nothing else.  For cases when > I do not intend to use connect or express >

[nodejs] Re: Official template engine integration method?

2012-03-19 Thread akira
s. > > > > > > > > On Mon, Mar 19, 2012 at 7:19 AM, akira wrote: > > Is there an official method to integrate templating engines? Most of > > the examples I have seen are based on connect or express. > > Thanks > > > -- > > Job Board:http://

[nodejs] Official template engine integration method?

2012-03-19 Thread akira
Is there an official method to integrate templating engines? Most of the examples I have seen are based on connect or express. Thanks -- Job Board: http://jobs.nodejs.org/ Posting guidelines: https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines You received this message because yo