[nodejs] Liferay node poller

2013-09-28 Thread Yogesh Agrawal
Hello All, Implemented a solution based on nodejs/sockjs to replace Liferay's Poller which is currently AJAX based. Tested with Liferay's chat portlet on Liferay version 6.1 CE GA2. Project URL: https://github.com/saggiyogesh/liferay-node-poller -- -- Job Board: http://jobs.nodejs.org/ Pos

Re: [nodejs] node js and java intgration

2013-04-05 Thread yogesh agrawal
ssage because you are subscribed to the Google Groups > "nodejs" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to nodejs+unsubscr...@googlegroups.com. > For more options, visit https://groups.google.com/groups/opt_out. > > >

Re: [nodejs] Does or will Node.js support HTTP v2.0 or SPDY ?

2012-12-30 Thread yogesh agrawal
ou are subscribed to the Google > Groups "nodejs" group. > To post to this group, send email to nodejs@googlegroups.com > To unsubscribe from this group, send email to > nodejs+unsubscr...@googlegroups.com > For more options, visit this group at > http://groups.google.

Re: [nodejs] [ANN] Node Class Diagram

2012-10-24 Thread yogesh agrawal
dejs" group. > To post to this group, send email to nodejs@googlegroups.com > To unsubscribe from this group, send email to > nodejs+unsubscr...@googlegroups.com > For more options, visit this group at > http://groups.google.com/group/nodejs?hl=en?hl=en > -- Yogesh Agrawal

[nodejs] Re: what is nodeportal ???

2012-09-03 Thread Yogesh Agrawal
Hi Sameer, Thanks for reviewing nodeportal. I am developing this application. Nodeportal is inspired from Liferay, by which I am trying to bring java portlet api to node js. However it might not be the complete implementation of portlet api. Beta is going to be released soon, currently I am busy

[nodejs] bcrypt or md5 ?

2012-07-30 Thread Yogesh Agrawal
Which is more preferable to save password in DB, bcrypt or md5 ? I found https://github.com/ncb000gt/node.bcrypt.js/ lib, which is a addon to node.js to encrypt the passwords. Also I found that md5 based hashing is not too safe to store passwords in DB. -- Job Board: http://jobs.nodejs.org/ P

Re: [nodejs] Re: Unloading a module from require

2012-06-14 Thread yogesh agrawal
his group, send email to > nodejs+unsubscr...@googlegroups.com > For more options, visit this group at > http://groups.google.com/group/nodejs?hl=en?hl=en > -- Yogesh Agrawal +91-9351507770 -- Job Board: http://jobs.nodejs.org/ Posting guidelines: https://github.com/joyent/node/wiki

Re: [nodejs] Re: New in node js

2012-06-04 Thread yogesh agrawal
gt; npm ERR! syscall getaddrinfo >>> npm ERR! code ENOTFOUND >>> npm ERR! message getaddrinfo ENOENT >>> npm ERR! errno {} >>> npm ERR! >>> npm ERR! Additional logging details can be found in: >>> npm ERR!

Re: [nodejs] Re: New in node js

2012-06-04 Thread yogesh agrawal
ecause you are subscribed to the Google > Groups "nodejs" group. > To post to this group, send email to nodejs@googlegroups.com > To unsubscribe from this group, send email to > nodejs+unsubscr...@googlegroups.com > For more options, visit this group at > http://groups.google.c

Re: [nodejs] Need some ideas for async image resize on template

2012-05-16 Thread yogesh agrawal
subscribed to the Google >>> >>> >> Groups "nodejs" group. >>> >>> >> To post to this group, send email to nodejs@googlegroups.com >>> >>> >> To unsubscribe from this group, send email to >>> >>> >> no

[nodejs] Calculation bug

2012-05-11 Thread Yogesh Agrawal
Hi, I am performing a simple calculation in node.js, but receiving strange result. 0.2 + 0.1 should be equal to 0.3 but in nodejs it's 0.30004 I tried same calculation on browser also http://jsbin.com/amizah/edit#javascript,html same results. It's a bug or some floating point pre