[nodejs] Upgrade application from 0.8.x to 0.10.x

2014-02-11 Thread JVA
Hi all, I've developed quite big application with node 0.8.x series and I would like to upgrade nodejs to 0.10.x release. My question is that is there some easy way to check my application dependencies (package.json -npm packages) if some of them is not compatible with node 0.10.x ? The basic

Re: [nodejs] Re: Express - REST doc, but how ?

2013-07-31 Thread JVA
, and the profile and describedby link relations. On Wednesday, July 24, 2013 12:23:47 AM UTC-7, JVA wrote: Hi all, I'm wondering if anyone has tried to generate REST api documentation (html) based directly to express routes ? I would be also very interested to hear any comments related how to create

[nodejs] Re: Express - REST doc, but how ?

2013-07-27 Thread JVA
this seems promising. have to try.. 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 Google Groups nodejs group. To post to this group, send email

[nodejs] Re: Express - REST doc, but how ?

2013-07-26 Thread JVA
I finally start developing own library to satisfy my needs; https://github.com/jupe/restdoc :) .. -- -- 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

[nodejs] Re: Express - REST doc, but how ?

2013-07-25 Thread JVA
apidoc ++ *versioning* support keskiviikko, 24. heinäkuuta 2013 10.23.47 UTC+3 JVA kirjoitti: Hi all, I'm wondering if anyone has tried to generate REST api documentation (html) based directly to express routes ? I would be also very interested to hear any comments related how to create

[nodejs] Express - REST doc, but how ?

2013-07-24 Thread JVA
Hi all, I'm wondering if anyone has tried to generate REST api documentation (html) based directly to express routes ? I would be also very interested to hear any comments related how to create nice entire REST api documentation. I've tried find perfect solution but didn't find yet. My

Re: [nodejs] Re: Express - REST doc, but how ?

2013-07-24 Thread JVA
...@gmail.comwrote: I haven't used this one, but it looks interesting: https://developers.helloreverb.com/swagger/ It supports multiple platforms, and there is a module for node.js/express: https://github.com/wordnik/swagger-node-express On Wednesday, July 24, 2013 3:23:47 AM UTC-4, JVA wrote: Hi

Re: [nodejs] Re: Home.js? Node.js Home Automation

2013-05-10 Thread JVA
Hi all, Couple months ago i descripted about with same target project and already started implementation work. https://github.com/jupe/home.js. Its used node.js, express and mongoDB in backend and REST api with json objects. interested in the topic seems to be, so that all involved in the