Files
2012-02-21 01:15:00 -05:00

1 line
5.3 KiB
JSON

[{"user_id": 931, "stars": [], "topic_id": 42612, "date_created": 1311583001.601346, "message": "where does express, now and socket.io fit in?", "group_id": 95, "id": 1714281}, {"user_id": 931, "stars": [], "topic_id": 42612, "date_created": 1311581438.029566, "message": "Hi, I'm wondering whether anyone has tried to write a webabb in JS only? Can you use something like node.js and cover all the bases on the server side?", "group_id": 95, "id": 1714238}, {"user_id": 931, "stars": [], "topic_id": 42612, "date_created": 1311581474.21264, "message": "Any insights / experiences appreciated, thanks =)", "group_id": 95, "id": 1714241}, {"user_id": 14000, "stars": [], "topic_id": 42612, "date_created": 1311582166.343097, "message": "I built http://prompt.im using node, mongodb, express-js, nowjs & socket.io and it took about 1 day.", "group_id": 95, "id": 1714257}, {"user_id": 14000, "stars": [], "topic_id": 42612, "date_created": 1311582316.5037799, "message": "(That was with no prior knowledge of how node worked, just history of writing JS on the client side).", "group_id": 95, "id": 1714262}, {"user_id": 931, "stars": [], "topic_id": 42612, "date_created": 1311582988.290849, "message": "great info, thanks", "group_id": 95, "id": 1714280}, {"user_id": 14000, "stars": [], "topic_id": 42612, "date_created": 1311585481.0827031, "message": "Express is used for the frontend, i.e. routing requests to pages and generating views.", "group_id": 95, "id": 1714392}, {"user_id": 14000, "stars": [], "topic_id": 42612, "date_created": 1311585543.0316391, "message": "We used nowjs/socket.io to handle the real-time aspect of the app (transporting messages/function calls between the client and the server). I ditched nowjs in a new app and have just used socket.io alone.", "group_id": 95, "id": 1714396}, {"user_id": 15929, "stars": [], "topic_id": 42612, "date_created": 1311586345.2702811, "message": "@mtrencseni express is sinatra (ruby) like web framework. or flash (http://flask.pocoo.org/) or bottle (http://bottlepy.org/docs/dev/)... and I also recommend mongoose (http://mongoosejs.com/) for mongoDB ODM...", "group_id": 95, "id": 1714422}, {"user_id": 15929, "stars": [], "topic_id": 42612, "date_created": 1311586515.8970499, "message": "@simonify does nowjs play well with nginx? I'm having a problem between nginx and the latest socket.io,..", "group_id": 95, "id": 1714429}, {"user_id": 931, "stars": [], "topic_id": 42612, "date_created": 1311589381.0754941, "message": "@simonify: you should write up your experiences with, it sounds interesting =)", "group_id": 95, "id": 1714493}, {"user_id": 38562, "stars": [], "topic_id": 42612, "date_created": 1311589566.3949251, "message": "@simonify What are you using for your backends? rails or is all JS?", "group_id": 95, "id": 1714499}, {"user_id": 14000, "stars": [], "topic_id": 42612, "date_created": 1311648003.0263729, "message": "@chrismj for prompt.im it's 100% JS. Our other apps use PHP.", "group_id": 95, "id": 1720221}, {"user_id": 14000, "stars": [], "topic_id": 42612, "date_created": 1311648076.7012949, "message": "@mtrencseni nice idea! Might just do that if I get the time :)", "group_id": 95, "id": 1720227}, {"user_id": 14000, "stars": [], "topic_id": 42612, "date_created": 1311648052.0559831, "message": "@unwrangle The actual Web Socket side of the app is handled outside of NGiNX (on a different port).", "group_id": 95, "id": 1720223}, {"user_id": 931, "stars": [], "topic_id": 42612, "date_created": 1311674135.3465691, "message": "@shimondoodkin thanks, what's connect and cluster for?", "group_id": 95, "id": 1721962}, {"user_id": 2653, "stars": [], "topic_id": 42612, "date_created": 1311672998.788651, "message": "@unwrangle RE:\"does nowjs play well with nginx? I'm having a problem between nginx and the latest socket.io\" the answer is no! lighty or haproxy or pure node js as reverse proxy", "group_id": 95, "id": 1721869}, {"user_id": 2653, "stars": [], "topic_id": 42612, "date_created": 1311673816.081399, "message": "@mtrencseni i have built a multi-page website with pure node.js and pure mongodb the first iteration turned to be a large mess. learned that controllers,models,views had to be named the same as the url so it will be easy to know what to modify.\n'mongoose' is good\n'connect' is good\n'cluster' is ok (you need something like this to utilize multiple cpu cores)\n'express' - kind of ok, i try to use it in my new projects, but i don't understand it's automation you don't see.", "group_id": 95, "id": 1721944}, {"user_id": 931, "stars": [], "topic_id": 42612, "date_created": 1311674167.688293, "message": "@simonify I'll proofread it if you write it up =)", "group_id": 95, "id": 1721965}, {"user_id": 2653, "stars": [], "topic_id": 42612, "date_created": 1311685141.4731369, "message": "@mtrencseni \ncluster: instead of running an http server you do your app into a module that returns a not started http server, then this module is managed,proxied, and initiated multiple times if required https://github.com/LearnBoost/cluster \n\nhttps://github.com/senchalabs/connect\nconnect serves as a middleware that allows to connect http servers or http request handling functions as Lego one into another\n", "group_id": 95, "id": 1722700}, {"user_id": 931, "stars": [], "topic_id": 42612, "date_created": 1311691615.9454019, "message": "@shimondoodkin thanks", "group_id": 95, "id": 1723617}]