You cannot post messages because only members can post, and you are not currently a member.
Description:
Discussion on Node.js
|
|
|
Ghost
|
| |
Hi guys,
Ghost is an amazing project that is trying to re-invent blogging platforms.
It's written in nodejs and the authors use nodejs to create content. The
project is being funded in kick starter and is already fully financed. Did
I mention how good the ux is? :)
I personally invited Hannah to speak at LXJS about this awesome project,... more »
|
|
Unable to insert , update and delete in Jquery node.js
|
| |
TrainingScript.js is jason file. I able to find the object and i able to get id,TP_Name but we can't able to retrive plannedSessions value to insert , update and delete { id:"te", TP_Name: "Junior 18s", TP_Description: "Training plan targetted Junior 18 girls... more »
|
|
Node v0.10.7 (Stable)
|
| |
2013.05.17, Version 0.10.7 (Stable)
* uv: upgrade to v0.10.7
* npm: Upgrade to 1.2.21
* crypto: Don't ignore verify encoding argument (isaacs)
* buffer, crypto: fix default encoding regression (Ben Noordhuis)
* timers: fix setInterval() assert (Ben Noordhuis)
Source Code: [link]... more »
|
|
Insert new event in google calendar by nodejs
|
| |
Hi, I am very new to node. I am using expressjs. Here my requirement is to insert an event to google calendar. After googling if found following block of code: var moment = require('moment');var googleapis = require('googleapis');var GoogleToken = require('gapitoken');var OAuth2Client = googleapis.OAuth2Client;... more »
|
|
Getting multiple responses from express get (app.get)
|
| |
Hi I am currently using mongoose, node.js , express. I need to fill up multiple drop down menus from MongoDB. I have successfully filled up one like this: This calls the index (in app.js), which returns 1 collection.. but only the one: app.get('/', activityList.showActivities.bi nd(activityList));... more »
|
|
|