[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/

Re: [nodejs] node js and java intgration

2013-04-05 Thread yogesh agrawal
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. -- Yogesh Agrawal +91-9351507770 -- -- Job Board: http://jobs.nodejs.org/ Posting guidelines: https://github.com/joyent

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

2012-12-30 Thread yogesh agrawal
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.com/group/nodejs?hl=en?hl=en -- Yogesh Agrawal +91-9351507770 -- Job

[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/

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

2012-06-14 Thread yogesh agrawal
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.com/group/nodejs?hl=en?hl=en -- Yogesh Agrawal +91

Re: [nodejs] Re: New in node js

2012-06-04 Thread yogesh agrawal
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/Mailing-List-Posting-Guidelines You received this message because you are subscribed

Re: [nodejs] Re: New in node js

2012-06-04 Thread yogesh agrawal
install command? Plese guide. Hello world is running. On Jun 4, 1:19 pm, yogesh agrawal saggiyog...@gmail.com wrote: multipart module is not in node_modules. install it by using npm install command On Mon, Jun 4, 2012 at 1:46 PM, Ronnie ankur...@tcs.com wrote

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

2012-05-16 Thread yogesh agrawal
-- Yogesh Agrawal +91-9351507770 -- 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 this group, send email to nodejs

[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