This commit is contained in:
Kenneth Reitz
2012-02-21 00:56:19 -05:00
commit 166c5a97fe
23978 changed files with 23978 additions and 0 deletions
@@ -0,0 +1 @@
[{"user_id": 7912, "stars": [{"date_created": 1317884876.3446851, "user_id": 34653}], "topic_id": 39722, "date_created": 1308408488.5951641, "message": "Would really appreciate some feedback on this package I'm working on: http://olegp.github.com/common-node/", "group_id": 1020, "id": 1426966}, {"user_id": 7912, "stars": [], "topic_id": 39722, "date_created": 1317834879.2655029, "message": "Here's a little talk I did on this: http://www.slideshare.net/olegp/server-side-javascript-going-all-the-way", "group_id": 1020, "id": 2285680}]
@@ -0,0 +1 @@
[{"user_id": 30546, "stars": [], "topic_id": 20851, "date_created": 1303489879.7327311, "message": "Trying to use connect's basic auth async method, but I can't get the request to resolve.\nhttps://gist.github.com/936994", "group_id": 1020, "id": 782683}, {"user_id": 30546, "stars": [], "topic_id": 20851, "date_created": 1303490162.773972, "message": "just noticed i was passing in the wrong function name for my authenticate method, but still can't actually authenticate because request() is also async, so the authenticate method finishes before the response comes back", "group_id": 1020, "id": 782768}, {"user_id": 30546, "stars": [], "topic_id": 20851, "date_created": 1303489906.1373079, "message": "I haven't done a ton with js, mostly just jquery stuff, but what am I don't wrong here?", "group_id": 1020, "id": 782693}]
@@ -0,0 +1 @@
[{"user_id": 9327, "stars": [], "topic_id": 36762, "date_created": 1306339778.023952, "message": "Check out Cupcake if you want to jump start with nodejs and coffeescript https://github.com/twilson63/cupcake", "group_id": 1020, "id": 1180169}, {"user_id": 9327, "stars": [], "topic_id": 36762, "date_created": 1306530266.5453789, "message": "Just Deployed 0.0.6 of Cupcake - http://bit.ly/kTpk2X Get a head start creating #Expressjs or #Meryl #nodejs apps in #coffeescript - SOLID!", "group_id": 1020, "id": 1208913}, {"user_id": 9327, "stars": [], "topic_id": 36762, "date_created": 1310913577.1209481, "message": "Deployed 0.1.1 now Jade, Eco, or CoffeeKup all work as templates...", "group_id": 1020, "id": 1656899}]
File diff suppressed because one or more lines are too long
@@ -0,0 +1 @@
[{"user_id": 14889, "stars": [], "topic_id": 37084, "date_created": 1306521321.2352369, "message": "I've created a service api in node that I'm using through an iOS app. I want to track the api calls and be able to get analytics on each of the calls. Does anybody know a library that work would for that?", "group_id": 1020, "id": 1207756}, {"user_id": 14889, "stars": [], "topic_id": 37084, "date_created": 1306521354.0598519, "message": "I'm using log.js right now to save to a file, but I'd like a lib that aggregates and searches logs as well", "group_id": 1020, "id": 1207760}, {"user_id": 7080, "stars": [], "topic_id": 37084, "date_created": 1306524029.594847, "message": "what type of analytics?", "group_id": 1020, "id": 1208104}, {"user_id": 14889, "stars": [], "topic_id": 37084, "date_created": 1306565938.038204, "message": "Something like google analytics, but for the server", "group_id": 1020, "id": 1211557}, {"user_id": 14889, "stars": [], "topic_id": 37084, "date_created": 1306565955.071152, "message": "Api Requests per hour, top params (search terms)", "group_id": 1020, "id": 1211558}, {"user_id": 7080, "stars": [], "topic_id": 37084, "date_created": 1306622595.303597, "message": "You could try logstash on your access.logs.", "group_id": 1020, "id": 1214880}, {"user_id": 7080, "stars": [], "topic_id": 37084, "date_created": 1306622727.4630439, "message": "I have them outputting to a redis channel, then another program subscribes to the channel and collects stats. Logstash works with other protocols too, like amqp, mongodb and stomp.", "group_id": 1020, "id": 1214893}, {"user_id": 7080, "stars": [], "topic_id": 37084, "date_created": 1306622809.8563859, "message": "But I'm considering open sourcing a program I wrote that rolls logs for response times and req/sec. It has a web frontend and is written in node.", "group_id": 1020, "id": 1214900}, {"user_id": 960, "stars": [], "topic_id": 37084, "date_created": 1306624834.5944009, "message": "I know the guys over at Mashery. They provide API analytics if you want to offload that part to someone else. Not sure if it'd be a one-to-one fit if you want event-based logging though.", "group_id": 1020, "id": 1215105}, {"user_id": 14889, "stars": [], "topic_id": 37084, "date_created": 1306695634.900857, "message": "just stumbled across this: http://projects.nuttnet.net/hummingbird/ going to see if I can use it for what I'm looking for", "group_id": 1020, "id": 1219363}, {"user_id": 34623, "stars": [], "topic_id": 37084, "date_created": 1306754654.4581261, "message": "hay", "group_id": 1020, "id": 1226338}, {"user_id": 32812, "stars": [], "topic_id": 37084, "date_created": 1306856702.358798, "message": "statsd + graphite ?", "group_id": 1020, "id": 1238323}, {"user_id": 14889, "stars": [], "topic_id": 37084, "date_created": 1306908603.8170879, "message": "Statsd looks very promising", "group_id": 1020, "id": 1250267}, {"user_id": 275, "stars": [{"date_created": 1320249634.50069, "user_id": 33563}], "topic_id": 37084, "date_created": 1307711790.100137, "message": "I wrote a statsd client for node: https://github.com/sivy/node-statsd", "group_id": 1020, "id": 1360628}, {"user_id": 14889, "stars": [], "topic_id": 37084, "date_created": 1307777860.2776411, "message": "I ended up using loggly (http://loggly.com/) It's free for < 200mb of logs and there is a node client to send data to it.", "group_id": 1020, "id": 1369105}]
File diff suppressed because one or more lines are too long
@@ -0,0 +1 @@
[{"user_id": 799, "stars": [], "topic_id": 37594, "date_created": 1306877507.0518889, "message": "I'm in the preliminary stages of building an invitation website in \nwhich users can choose their invitations and then choose from a \nvariety of customizations. I'm thinking that node.js (and/or \nbackbone) would be a good fit. \nI'm basically looking for very fast updates to the \"preview\" of the \ninvite and additionally the ability to have a decent number of users \nusing the invite builder concurrently. \nAny input on this would be greatly appreciated.", "group_id": 1020, "id": 1242351}, {"user_id": 799, "stars": [], "topic_id": 37594, "date_created": 1306878223.9862471, "message": "Thanks a lot for the info!", "group_id": 1020, "id": 1242645}, {"user_id": 26065, "stars": [{"date_created": 1306878235.8992951, "user_id": 799}], "topic_id": 37594, "date_created": 1306877858.3953471, "message": "I would do it in ruby together with pusher.com and hosted mongodb in the backend. Node.js is great but probably overkill (if you do node look into socket.io). backbone.js for the javascript side is a great choice. Don't forget to use coffeescript instead of javascript", "group_id": 1020, "id": 1242435}, {"user_id": 32812, "stars": [], "topic_id": 37594, "date_created": 1309916697.0630341, "message": "you just said use ruby. pusher and hosted mongodb. and then say node is overkill. that sounded more like a sales pitch than advice to be honest.", "group_id": 1020, "id": 1572061}, {"user_id": 19826, "stars": [], "topic_id": 37594, "date_created": 1310229303.4210751, "message": "I agree with @context. Nodejs combined with express and backbone would probably work fine", "group_id": 1020, "id": 1599497}]
@@ -0,0 +1 @@
[{"user_id": 2219, "stars": [], "topic_id": 2772, "date_created": 1297292310.81934, "message": "that's how we roll @secretsocial http://secretsocial.com -> sign up!", "group_id": 1020, "id": 59645}, {"user_id": 2493, "stars": [], "topic_id": 2772, "date_created": 1297294206.4326611, "message": "Using Redis as your main database? Cool stuff, are you using a ORM for it?", "group_id": 1020, "id": 60108}, {"user_id": 2219, "stars": [], "topic_id": 2772, "date_created": 1297295529.0015471, "message": "Redis for the transient stuff (messages etc.) and CouchDB for persistent data (users etc.)", "group_id": 1020, "id": 60567}, {"user_id": 3134, "stars": [], "topic_id": 2772, "date_created": 1299539035.3551431, "message": "Just curious, but why CouchDB instead of MongoDB?", "group_id": 1020, "id": 292313}]
+1
View File
@@ -0,0 +1 @@
[{"user_id": 40578, "stars": [], "topic_id": 44830, "date_created": 1315005888.5586519, "message": "<a href=\"http://www.ozelsohbet.org\" title=\"chat, sohbet\" target=\"_blank\">Sohbet</a>\n", "group_id": 1020, "id": 2033214}, {"user_id": 40578, "stars": [], "topic_id": 44830, "date_created": 1315005833.7982659, "message": "powersohbet.net mynet sohbet icin buyuk \u0131mkanlar saglamakda chat ve sohbet destekleri vermekdedir.", "group_id": 1020, "id": 2033198}, {"user_id": 2010, "stars": [], "topic_id": 44830, "date_created": 1315052403.813983, "message": "nodejs ile mi yap\u0131lm\u0131\u015f?", "group_id": 1020, "id": 2036146}]
@@ -0,0 +1 @@
[{"user_id": 12973, "stars": [], "topic_id": 9545, "date_created": 1298912532.3982961, "message": "Ryan Dahl giving a presentation at 6:30pm", "group_id": 1020, "id": 227254}, {"user_id": 12973, "stars": [], "topic_id": 9545, "date_created": 1298912472.1007171, "message": "http://joyeur.com/2011/02/24/sign-up-now-for-our-big-node-js-news-event/", "group_id": 1020, "id": 227241}, {"user_id": 12973, "stars": [], "topic_id": 9545, "date_created": 1298912499.908309, "message": "\"On Tuesday, March 1st we\u2019re inviting our friends in the Node.js community over to our headquarters in downtown San Francisco to enjoy some food, drink and a special announcement regarding our No.de service for hosting applications written in Node.\"", "group_id": 1020, "id": 227250}, {"user_id": 18129, "stars": [], "topic_id": 9545, "date_created": 1299112059.6522701, "message": "oh man, can't believe I missed this. What did I miss?", "group_id": 1020, "id": 254831}]
@@ -0,0 +1 @@
[{"user_id": 4935, "stars": [], "topic_id": 21152, "date_created": 1303692003.3523099, "message": "here's the code: https://gist.github.com/939400 I just got 2 more ip addresses and I'm going to find how to set it up", "group_id": 1020, "id": 797612}, {"user_id": 4935, "stars": [], "topic_id": 21152, "date_created": 1303691868.220114, "message": "I've got a single ssl site running on node.js right now: https://rebl.us/", "group_id": 1020, "id": 797609}]
+1
View File
@@ -0,0 +1 @@
[{"user_id": 275, "stars": [{"date_created": 1301166221.501718, "user_id": 2341}], "topic_id": 8973, "date_created": 1298606440.0428259, "message": "Dunno if anyone has tried Etsy's StatsD server (written in node.js -- https://github.com/etsy/statsd) but I just released a client for it: https://github.com/sivy/node-statsd", "group_id": 1020, "id": 205684}, {"user_id": 2142, "stars": [], "topic_id": 8973, "date_created": 1298624507.609199, "message": "nice!", "group_id": 1020, "id": 206649}]
+1
View File
@@ -0,0 +1 @@
[{"user_id": 8327, "stars": [], "topic_id": 8201, "date_created": 1298422174.0621009, "message": "I've not seen any about, but if you only need it for /https?/ type stuff then you may be able to get away with the modules of the same name for the time being", "group_id": 1020, "id": 185311}, {"user_id": 8981, "stars": [], "topic_id": 8201, "date_created": 1298423377.563719, "message": "I was after SOCKS proxy support. All of the existing high level request modules build off node's own http module.", "group_id": 1020, "id": 185337}, {"user_id": 8981, "stars": [], "topic_id": 8201, "date_created": 1298420059.182219, "message": "I've searched but I can't find a wrapper a NodeJS binding for cURL. Anyone know if theres one in dev?", "group_id": 1020, "id": 185218}, {"user_id": 2866, "stars": [], "topic_id": 8201, "date_created": 1298534846.5566499, "message": "@lastkarrde you can spawn a child process with the native curl http://nodejs.org/docs/v0.4.1/api/child_processes.html [although your code will be system specific after that]", "group_id": 1020, "id": 195998}, {"user_id": 20536, "stars": [], "topic_id": 8201, "date_created": 1299826739.9070089, "message": "Node has a http client that works as curl http://nodejs.org/docs/v0.4.2/api/http.html#http.ClientRequest and there are some libraries build in top of this, check this example http://blog.nodejitsu.com/jsdom-jquery-in-5-lines-on-nodejs", "group_id": 1020, "id": 320168}, {"user_id": 8981, "stars": [], "topic_id": 8201, "date_created": 1299827307.553448, "message": "@Siedrix I was after SOCKS proxy support. All of the existing high level request modules build off node's own http module (which does not support SOCKS)", "group_id": 1020, "id": 320219}]
+1
View File
@@ -0,0 +1 @@
[{"user_id": 27558, "stars": [], "topic_id": 17316, "date_created": 1301969486.4721291, "message": "http://training.bocoup.com/Pre-NodeConf2011/", "group_id": 1020, "id": 532392}]
+1
View File
@@ -0,0 +1 @@
[{"user_id": 15891, "stars": [], "topic_id": 14310, "date_created": 1300743138.400533, "message": "I think the intro section is more confusing than just reading the proposal", "group_id": 1020, "id": 402779}, {"user_id": 23350, "stars": [], "topic_id": 14310, "date_created": 1300742578.3736031, "message": "Hey. Just made this simple thingy, http://nodequery.com . thoughts?", "group_id": 1020, "id": 402730}, {"user_id": 15891, "stars": [], "topic_id": 14310, "date_created": 1300743157.7173519, "message": "but it's still light on details", "group_id": 1020, "id": 402784}, {"user_id": 12179, "stars": [], "topic_id": 14310, "date_created": 1300745069.85585, "message": "@eirikb: your first example seems just wrong. you would directly assing someFunction to the $().click call if it is really all you do there. And most often you would not even use \"return false\" but e.preventDefault()", "group_id": 1020, "id": 403057}, {"user_id": 15929, "stars": [], "topic_id": 14310, "date_created": 1300761743.2502921, "message": "I don't get it. so nodequery is using jquery as template engine? y u no use mustache / handlebars?", "group_id": 1020, "id": 404596}, {"user_id": 23350, "stars": [], "topic_id": 14310, "date_created": 1300778319.4941161, "message": "@kevingorski Thanks, I will remove the intro", "group_id": 1020, "id": 405390}, {"user_id": 23350, "stars": [], "topic_id": 14310, "date_created": 1300777788.3081031, "message": "I will freshen up the examples :) Just pushed it out last weekend.", "group_id": 1020, "id": 405353}, {"user_id": 23350, "stars": [], "topic_id": 14310, "date_created": 1300777968.1227779, "message": "@badboy_ I thought returning false would only trigger stopPropagation when adding a handler manually with jQuery since it will not prevent event bubbling?", "group_id": 1020, "id": 405370}, {"user_id": 23350, "stars": [], "topic_id": 14310, "date_created": 1300778173.510221, "message": "@unwrangle Or jqtpl which is a jQuery template engine? The point is to work on it from outside with jQuery...", "group_id": 1020, "id": 405384}, {"user_id": 15929, "stars": [], "topic_id": 14310, "date_created": 1300786818.6723449, "message": "I'm still a bit lost. from the example on gihub, it seems that you're just editing external html dom with jQuery, right? I guess I just don't see any use case for it...", "group_id": 1020, "id": 406037}]
+1
View File
@@ -0,0 +1 @@
[{"user_id": 21846, "stars": [], "topic_id": 14988, "date_created": 1300983312.7726729, "message": "I was generally curious if anybody else has had difficulty getting NVM up and running using the Zsh. I wasted to much time hacking the script to be a little more generic yesterday, and decided to just manually compile some directory targeted version installs of node in the end", "group_id": 1020, "id": 428243}, {"user_id": 15301, "stars": [], "topic_id": 14988, "date_created": 1301008297.7013979, "message": "I didn't know about NVM until I saw this -- totally cool. thinking about integrating it into our build system to do regression testing on new node versions.", "group_id": 1020, "id": 432484}, {"user_id": 23025, "stars": [], "topic_id": 14988, "date_created": 1301037651.3403881, "message": "For development purpose I can use nodemon also, (npm install nodemon).", "group_id": 1020, "id": 436474}, {"user_id": 21846, "stars": [], "topic_id": 14988, "date_created": 1301066516.041177, "message": "I suppose it would be good to include a link to Node Version Manager (like RVM, Ruby Version ManageR) ...thanks for the idea @nickmeyer: https://github.com/creationix/nvm", "group_id": 1020, "id": 439338}, {"user_id": 21846, "stars": [], "topic_id": 14988, "date_created": 1301066608.1942561, "message": "@oivoodoo NVM is quite a bit different than nodemon... the earlier concerns maintaining several version of the node binary (v0.2.x, v0.4.x, etc.) and related npm bundles, for cross-version testing, and dependency lockin", "group_id": 1020, "id": 439348}]
@@ -0,0 +1 @@
[{"user_id": 15929, "stars": [], "topic_id": 16279, "date_created": 1301506249.982899, "message": "the result:\n\n{ stack: [Getter/Setter],\n arguments: [ 'pid', undefined ],\n type: 'non_object_property_load',\n message: [Getter/Setter] }\nundefined", "group_id": 1020, "id": 483344}, {"user_id": 15929, "stars": [], "topic_id": 16279, "date_created": 1301506213.4328201, "message": "the code:\ntry {\n\tvar pidfile = fs.openSync(\"/var/tmp/app3.pid\", \"w\");\n\tfs.writeSync(pidfile, process.pid + \"\");\n\tfs.closeSync(pidfile);\n} catch(e) {\n\tconsole.log(e);\n}\n\nconsole.log(process);", "group_id": 1020, "id": 483342}, {"user_id": 15929, "stars": [], "topic_id": 16279, "date_created": 1301506324.045825, "message": "I'm basically just need to write the pid to file so I can use monit to monitor the app", "group_id": 1020, "id": 483352}, {"user_id": 15929, "stars": [], "topic_id": 16279, "date_created": 1301506386.7720871, "message": "and That exact code ran just fine on 2 other apps in the same box,.. any idea why this happened?", "group_id": 1020, "id": 483355}, {"user_id": 7080, "stars": [], "topic_id": 16279, "date_created": 1301658207.1587429, "message": "Try console.log (e.stack)", "group_id": 1020, "id": 500685}, {"user_id": 15929, "stars": [], "topic_id": 16279, "date_created": 1301659233.6326671, "message": "TypeError: Cannot read property 'pid' of undefined\n at Object.<anonymous> (/home/admin/app3/server.js:12:31)\n at Module._compile (module.js:302:26)\n at Object..js (module.js:308:10)\n at Module.load (module.js:234:31)\n at Function._load (module.js:201:10)\n at Array.0 (module.js:321:10)\n at EventEmitter._tickCallback (node.js:108:26)", "group_id": 1020, "id": 500722}]
File diff suppressed because one or more lines are too long
+1
View File
@@ -0,0 +1 @@
[{"user_id": 22875, "stars": [], "topic_id": 21559, "date_created": 1303877257.0964401, "message": "I'm having trouble finding any good guidance on testing http & socket.io-centric node.js apps. Any pointers?", "group_id": 1020, "id": 821877}, {"user_id": 22875, "stars": [], "topic_id": 21559, "date_created": 1303878546.328757, "message": "yeah, that's one option. Though I think I may want to try more server-centric testing -- simulate multiple socket connections & events. Maybe I can simulate multiple connections with Selenium, though not sure.", "group_id": 1020, "id": 822000}, {"user_id": 1175, "stars": [], "topic_id": 21559, "date_created": 1303878401.0022099, "message": "Only thing I can think of is selenium", "group_id": 1020, "id": 821985}, {"user_id": 12683, "stars": [], "topic_id": 21559, "date_created": 1303883108.345474, "message": "http://sontek.net/pycon-sprints-part-1-the-realtime-web-with-gevent I show how to use mock to replace redis/socketio for testing", "group_id": 1020, "id": 822327}, {"user_id": 22875, "stars": [], "topic_id": 21559, "date_created": 1303884009.3322611, "message": "@sontek Looking for something Node-centric as this is entirely a node.js app.", "group_id": 1020, "id": 822382}, {"user_id": 22875, "stars": [], "topic_id": 21559, "date_created": 1303884042.15429, "message": "@sontek I think the issue is documentation more than anything -- these tools can be tested reasonably well out of the box if you know how.", "group_id": 1020, "id": 822383}, {"user_id": 22875, "stars": [], "topic_id": 21559, "date_created": 1303932620.5066099, "message": "I'm not seeing where socket.io docs cover connecting a client outside of a web browser.", "group_id": 1020, "id": 831195}, {"user_id": 1175, "stars": [], "topic_id": 21559, "date_created": 1303935819.9297211, "message": "the client code is available from your node server at /socket.io/socket.io.js", "group_id": 1020, "id": 832017}, {"user_id": 1175, "stars": [], "topic_id": 21559, "date_created": 1303935946.120157, "message": "but I would isolate the whole socket.io layer from my tests", "group_id": 1020, "id": 832044}, {"user_id": 1175, "stars": [], "topic_id": 21559, "date_created": 1303935920.537674, "message": "perhaps your tests could start the socket.io service, and then load the client code", "group_id": 1020, "id": 832043}, {"user_id": 1175, "stars": [], "topic_id": 21559, "date_created": 1303935981.152014, "message": "you're not testing socket.io, so mock it", "group_id": 1020, "id": 832049}]
+1
View File
@@ -0,0 +1 @@
[{"name": "Leveraging Node+Redis+Socket.io for Real-time Privacy", "slug": "leveraging-noderedissocketio-for-real-time-privacy", "creator_id": 2219, "date_created": 1297292291.681591, "group_id": 1020, "id": 2772}, {"name": "Web Frameworks", "slug": "web-frameworks", "creator_id": 1855, "date_created": 1297292047.704879, "group_id": 1020, "id": 2763}, {"name": "V8Monkey & SpiderNode", "slug": "v8monkey-spidernode", "creator_id": 29145, "date_created": 1302851037.6881809, "group_id": 1020, "id": 19579}, {"name": "Getting started with node", "slug": "getting-started-with-node", "creator_id": 11816, "date_created": 1297867915.43507, "group_id": 1020, "id": 6378}, {"name": "NodeJS + cURL ?", "slug": "nodejs-curl", "creator_id": 8981, "date_created": 1298420029.3074501, "group_id": 1020, "id": 8201}, {"name": "node-statsd", "slug": "node-statsd", "creator_id": 275, "date_created": 1298606367.7691939, "group_id": 1020, "id": 8973}, {"name": "No.de event tomorrow if you're in San Francisco", "slug": "node-event-tomorrow-if-youre-in-san-francisco", "creator_id": 12973, "date_created": 1298912466.4295399, "group_id": 1020, "id": 9545}, {"name": "Databases for Node: MongoDb, Redis, CoudhDb? What do you recomend?", "slug": "databases-for-node-mongodb-redis-coudhdb-what-do-you-recomend", "creator_id": 20536, "date_created": 1300236019.4476149, "group_id": 1020, "id": 13277}, {"name": "NodeQuery", "slug": "nodequery", "creator_id": 23350, "date_created": 1300742560.0150211, "group_id": 1020, "id": 14310}, {"name": "NVM on Zsh", "slug": "nvm-on-zsh", "creator_id": 21846, "date_created": 1300983207.44736, "group_id": 1020, "id": 14988}, {"name": "process = undefined on my 3rd node app?!", "slug": "process-undefined-on-my-3rd-node-app", "creator_id": 15929, "date_created": 1301506120.113368, "group_id": 1020, "id": 16279}, {"name": "nodejs training", "slug": "nodejs-training", "creator_id": 27558, "date_created": 1301969461.9376781, "group_id": 1020, "id": 17316}, {"name": "Connect Async Basic Auth", "slug": "connect-async-basic-auth", "creator_id": 30546, "date_created": 1303489741.126884, "group_id": 1020, "id": 20851}, {"name": "node, express, and multiple ssl sites", "slug": "node-express-and-multiple-ssl-sites", "creator_id": 4935, "date_created": 1303691839.748528, "group_id": 1020, "id": 21152}, {"name": "REST vs. other approaches for real-time apps", "slug": "rest-vs-other-approaches-for-real-time-apps", "creator_id": 22875, "date_created": 1303765041.7866521, "group_id": 1020, "id": 21286}, {"name": "Testing HTTP & socket.io", "slug": "testing-http-socketio", "creator_id": 22875, "date_created": 1303877157.5083821, "group_id": 1020, "id": 21559}, {"name": "Welcome to node", "slug": "welcome-to-node", "creator_id": 14034, "date_created": 1304121200.8992, "group_id": 1020, "id": 32534}, {"name": "TwitPic API and NodeJS", "slug": "twitpic-api-and-nodejs", "creator_id": 2011, "date_created": 1304576087.396575, "group_id": 1020, "id": 33788}, {"name": "Cupcake - Express and Coffeescript Web Template", "slug": "cupcake-express-and-coffeescript-web-template", "creator_id": 9327, "date_created": 1306339769.0175741, "group_id": 1020, "id": 36762}, {"name": "Event Logging for an api", "slug": "event-logging-for-an-api", "creator_id": 14889, "date_created": 1306521245.6031129, "group_id": 1020, "id": 37084}, {"name": "Is node.js a good fit for my project? Options ", "slug": "is-nodejs-a-good-fit-for-my-project-options", "creator_id": 799, "date_created": 1306877492.007643, "group_id": 1020, "id": 37594}, {"name": "Common Node - synchronous CRUD webapps on NodeJS", "slug": "common-node-synchronous-crud-webapps-on-nodejs", "creator_id": 7912, "date_created": 1308408438.8777161, "group_id": 1020, "id": 39722}, {"name": "Mynet Sohbet de www.powersohbet.net", "slug": "mynet-sohbet", "creator_id": 40578, "date_created": 1315005752.5647359, "group_id": 1020, "id": 44830}]
@@ -0,0 +1 @@
[{"user_id": 2011, "stars": [], "topic_id": 33788, "date_created": 1304576130.960222, "message": "Tonight I just finished working on a TwitPic API wrapper in NodeJS https://github.com/meltingice/TwitPic-API-for-Javascript", "group_id": 1020, "id": 925132}, {"user_id": 2011, "stars": [], "topic_id": 33788, "date_created": 1304576203.0447061, "message": "OAuth Echo was a serious PITA", "group_id": 1020, "id": 925141}, {"user_id": 2011, "stars": [], "topic_id": 33788, "date_created": 1304576177.8251719, "message": "You can upload and post photos from Node too", "group_id": 1020, "id": 925136}, {"user_id": 2011, "stars": [], "topic_id": 33788, "date_created": 1304576163.7597411, "message": "It works both in the browser (read-only methods) and in Node (all methods)", "group_id": 1020, "id": 925134}]
+1
View File
@@ -0,0 +1 @@
[{"user_id": 29145, "stars": [], "topic_id": 19579, "date_created": 1302851285.9266579, "message": "Check out this project. Paul O'Shannessy and some other guys have been implementing a V8 API on top of SpiderMonkey to in turn be able to use SpiderMonkey as the JS engine for Node. For now it seems the project is called SpiderNode, but I guess they aim for a merge with Node in the future, letting the people choose which engine they want to use. http://blog.zpao.com/post/4620873765/about-that-hybrid-v8monkey-engine", "group_id": 1020, "id": 697164}]
File diff suppressed because one or more lines are too long
+1
View File
@@ -0,0 +1 @@
[]