You cannot post messages because only members can post, and you are not currently a member.
Description:
Discussion on Node.js
|
|
|
How to Firmly Establish your Reputation
|
| |
1. Publish your project idea to git. At this point it doesn't matter if it
works. Someone will immediately contribute it and fix up the bugs.
2. Make sure it has a fairly high revision level to start out. That way lots
of people will download it and you have the best chance of getting some
contributors.... more »
|
|
Build Live Streaming Server with Nodejs
|
| |
Hi guys,
I have the plan to build a live streaming server using nodejs to support
multi-users connect to my site to watch short clips in real time.
I have googled but not get much valuable results.
Just want to show off our scenario:
"each day server will show 1 video at the specific time, for example... more »
|
|
product roadmap?
|
| |
Has Joyent or node team announced their product roadmap? Is it something they have talked about at any forums? I think for many folks to consider using node, they would like to see the vision / strategy / roadmap for the product so that they can commit to it. Any info around this, please share.
|
|
Testing with self-signed certs
|
| |
Hi there,
I have various test suites that use self-signed certs to test HTTPS/TLS
stuff. I'm trying to use the 'ca' option of the tls and https clients to
make them trust my certs, rather than forgoing validation at all, since I
would rather give my projects APIs for adding CAs than for disabling... more »
|
|
How avoid the allow access prompt from google in node js
|
| |
Hi, In my application(in nodeJs) I am using goolge calendar to list out all events. I am using following code. var GoogleCalendar = require('google-calendar'); var notLoggedIn = require('./middleware/not_logg ed_in'); var google_calendar = new GoogleCalendar.GoogleCalendar( 'client-id', 'client-key',... more »
|
|
Unable to install Node on RHEL
|
| |
Hi Team, I am unable to install node on my system, I tried installing different version's, getting the below issue with all of them: "make[1]: *** No rule to make target `|', needed by `/opt/softwaretemp/setup/less/ node-latest-install/node/out/R elease/obj.target/deps/v8/tool s/gyp/js2c.stamp'. Stop."... more »
|
|
mysql2, node-mysql compatible mysql driver
|
| |
Hi all, [link] - fast, node-mysql compatible mysql library. Protocol implementation is written from scratch, some functionality reused from node-mysql (pool, constants) Tested with node 0.6+, implemented in JavaScript, does not require mysql runtime. Additional features:... more »
|
|
MacPorts vs. Homebrew
|
| |
Hi guys, I've been doing it all on Ubuntu so far but I'm going to
consolidate down to doing all my work on a Mac for a while here. Apt-get
made a lot of sense to me and I'm wondering if I should learn ports or
homebrew first just as far as what the NodeJS community might be using more
often.
--... more »
|
|
|