node.js
Running browser javascript unit tests in node
I\'ve got a project that I\'d like to move the testing from rhino to nodejs for (rhino simply takes too long to start and load in envjs). This is the current blocker before being able to move forward:[详细]
2023-04-13 09:49 分类:问答Retrieving a List of network interfaces in node.js (ioctl SIOCGIFCONF)
I\'m new to node and am hacking together a node application utilizing node_pcap to capture packet data and do interesting things with it.One of the inputs to capturing data is the network interface to[详细]
2023-04-13 09:26 分类:问答Defining multiple Express.js routes using path parameters
How can I make Express.js distinguish from the paths \"/1.1.1\"开发者_如何学JAVA and \"/login\" ?[详细]
2023-04-13 08:28 分类:问答HTTP 502 Server Hangup. What are the causes?
We are querying a node.js based server in our company and of the servers every so often throws a http status 502 after exactly 2 minutes saying \"Server Hangup\". I saw a lot of questions being asked[详细]
2023-04-13 04:55 分类:问答Encrypt with Node.js Crypto module and decrypt with Java (in Android app)
Looking for a way to encrypt data (mainly strings) in node and decrypt in an android app (java). Have successfully done so in each one (encrypt/decrypt in node, and encrypt/decrypt in java) but can\'[详细]
2023-04-13 04:54 分类:问答connect-mongodb access sessions
In my node.js app I am using expressJS and connect-mongodb for the session store. I have set connect-mongodb to point to me local my local MongoDB (e.g. mongoStore(mongodb://localhost/myAppDB\')[详细]
2023-04-13 04:46 分类:问答NodeJS/ExpressJS: Serving single concatenated JS file in production
I am working with lots of individual JS files served like so: <script defer src=\"/js/libs/jquery.min.js\"></script>[详细]
2023-04-13 04:21 分类:问答node.js, what is that good for?
I am a .net web developer. I like learning new languages and try to get up to date with their different features开发者_开发百科.[详细]
2023-04-13 02:54 分类:问答Create a jade default layout that has user information
I\'m creating a node.js project that uses express.js开发者_如何学Go and jade. I\'m trying to reate a default layout that when a user\'s logged in will show their avatar, new messages, and stuff like t[详细]
2023-04-13 02:40 分类:问答Using NPM and node Supervisor
Just installed nodeJS and NPM and nodesupervisor via Terminal in OS 10.5.8. I have a server running with:[详细]
2023-04-13 02:03 分类:问答