&
Best unofficial Apache Server developers community
Username
Remember me?
Password
Forgot password?
Create an account
List archives
Videos
Answers
Questions
Unanswered
Tags
Ask Question
node.js
1
vote
1
answer
50
views
Prevent never-ending sub documents in NodeJS and MongoDB
In nodeJS, we can get POST data by this: <input type="text" name="doc[a]"/> var doc = req.body.doc; When I get 'doc', I insert into MongoDB…
mongodb
node.js
postdata
asked
June 25, 2011 11:25 am CDT
winladen
0
votes
0
answers
46
views
Set up apache to alias a nodejs application?
I have a PHP application being served through apache on port 80. I have a nodejs application running standalone on port 3000. I want to make ajax…
apache
routing
node.js
alias
ports
asked
June 25, 2011 7:56 am CDT
Finbarr
0
votes
1
answers
49
views
Callbacks with node.js/MongoDB/Mongoose
I'm trying to learn the Mongoose ORM for MongoDB and node.js. I want to query documents in my database, perform an action on each one, and then…
mongodb
node.js
mongoose
asked
June 24, 2011 10:22 am CDT
user541020
0
votes
0
answers
32
views
Node.js postgres connection problem
I'm trying to connect to a postgres database from node.js, but I always get some strange error ENOTFOUND, Domain name not found The node.js module…
postgresql
node.js
database-connection
asked
June 24, 2011 6:00 am CDT
edon
1
vote
0
answers
36
views
What's the most efficient node.js inter-process communication library/method?
We have few node.js processes that should be able to pass messages, What's the most efficient way doing that? How about using node_redis pub/sub…
javascript
node.js
redis
interprocess
asked
June 24, 2011 12:51 am CDT
MrOhad
0
votes
1
answers
40
views
Getting timestamp from mongodb id
How do I get the timestamp from mongodb id? I'm using the Mongolian Deadbeef client https://github.com/marcello3d/node-mongolian
javascript
mongodb
node.js
asked
June 23, 2011 4:34 am CDT
Harry
1
vote
0
answers
51
views
Is it ok to initialize exports asynchronously in a node.js module?
As MongoDB database access and initialization is asynchronous on Node.js, I would like to define one module per collection that exports wrapped db…
mvc
design-patterns
mongodb
asynchronous
node.js
asked
June 21, 2011 7:34 am CDT
adrienjoly
0
votes
2
answers
37
views
Mongodb date mongolian deadbeef
I'm using the mongolian deadbeef client for node.js I have a document like this: { "time": 1308651397345, "_id": { "$oid":…
javascript
mongodb
node.js
asked
June 21, 2011 6:48 am CDT
Harry
0
votes
2
answers
29
views
How to improve performance of update() and save() in MongoDB?
I'm looking for tips on how to improve the database performance in the following situation. As a sample application, I wrote a fairly simple app…
performance
mongodb
node.js
asked
June 21, 2011 5:43 am CDT
Geuis
1
vote
1
answers
33
views
Node.JS subscribing to a channel on a given IP
Scenario: PHP app that publishes to redis channel called "message" sitting on IP 1.2.3.4 How to connect from node to that channel on that IP ? var…
node.js
redis
asked
June 20, 2011 3:43 pm CDT
Pono
0
votes
1
answers
29
views
Why is my Nginx reverse-proxy node.js+express server redirecting to 0.0.0.0?
I have a server configured to host multiple node.js+express apps on multiple domains through an Ngnix frontend. Everything works great, except for…
node.js
nginx
express
asked
June 19, 2011 4:15 pm CDT
Daniel Mendel
0
votes
2
answers
42
views
Architecture to create an uptime monitor in Node.js
What's the best solution for using Node.js and Redis to create an uptime monitoring system? Can I use Redis as a queue but is not the best way to…
mongodb
node.js
redis
uptime
pingdom
asked
June 19, 2011 2:30 pm CDT
donald
0
votes
1
answers
68
views
Mongodb/Mongoose in Node.js. Finding by id of the nested document.
For some reason I can't find a document when I search by the id of a nested document. I can perform other finds easily enough so these two work:…
orm
mongodb
node.js
express
mongoose
asked
June 19, 2011 2:07 pm CDT
beck
0
votes
0
answers
25
views
How to implement mongodb within node.js from scratch using cygwin
How would you implement an asynch mongodb using vistax64/cygwin/node.js from scratch which resembles the original shell? When I try tutorials, I get…
mongodb
node.js
cygwin
asked
June 18, 2011 9:50 pm CDT
Not a Name
1
vote
2
answers
29
views
Compression in node.js
I'm putting some bigger JSON values in my caching layer (redis), and I think they could use some compression to cut down my memory usage a bit.…
node.js
compression
redis
asked
June 17, 2011 9:31 am CDT
hristo
0
votes
4
answers
52
views
Mongodb delete old chat
I want to delete old chat logs, meaning any records besides the 10 latest. Here's how I'm getting the latest: collection.find({"chatroom" :…
javascript
mongodb
node.js
asked
June 17, 2011 4:09 am CDT
Harry
0
votes
0
answers
23
views
Why is stylesheet ignored if I call the "remote-page"?
I'm playing around with node.js, right now. I like it a lot. I have a weird error. If I start the test server with node app.js and navigate to…
node.js
nginx
stylesheet
express
asked
June 16, 2011 12:19 pm CDT
shevron
0
votes
1
answers
47
views
Unable to install node-mongodb-driver
I'm trying to make the node-mongodb-native driver from git, but when i try and install it i keep on getting this error: :node-mongodb-native $ make…
mongodb
node.js
driver
asked
June 16, 2011 7:12 am CDT
dtan
0
votes
2
answers
39
views
When this error come how to solve this error .
I am developing an app in node.js socke.io redis mysql , so this error arrvied some time don't know when it arrived and how to find where this error…
mysql
node.js
redis
socket.io
asked
June 16, 2011 1:43 am CDT
Rahul Mehta
0
votes
1
answer
44
views
Trying to capture node.js http traffic with a protocol analyser (Charles) but can't get node to use proxy
i'm trying to capture node.js http traffic with a protocol analyser (Charles) but can't get node to use the proxy. Is there some way to get nodes…
http
osx
node.js
proxy
https
asked
June 15, 2011 9:46 pm CDT
Chris
Pages
:
1
|
2
|
3
|
4
|
5
>
[17]
338
node.js
Tagged:
node.js
Related Tags
mongodb
× 148
javascript
× 77
mongoose
× 65
redis
× 44
http
× 39
mysql
× 27
express
× 26
couchdb
× 23
node
× 21
apache
× 15
nosql
× 14
nginx
× 14
database
× 14
https
× 11
regex
× 11
socket.io
× 11
proxy
× 8
session
× 8
asynchronous
× 7
serverside-javascript
× 7
server
× 6
json
× 5
express.js
× 5
real-time
× 5
key-value-store
× 4
websocket
× 4
dns
× 4
cradle
× 4
authentication
× 4
English
Russian
Copyright 2007 - 2012
Best unofficial Apache Server developers community
Privacy policy