Live data from Hacker News

Show HN: A weekendproject, disposable web chats

beta.mss.gs

11–20 of 35 posts

Re: Show HN: A weekendproject, disposable web chats

#14
post #13

Earlier quoted context omitted.

We kept a simple stack. Frontend: HTML5 CSS3 Javascript (jQuery) Backend: NodeJS CouchDB

Why Couch and not Mongo?

Our developer understood the views on Couch and simply couldn't get Mongo's views working with nodeJS. It's a human preference and works out perfectly - so far.

Re: Show HN: A weekendproject, disposable web chats

#15

seriously cool. looks like chat is the new 'to-do list' and I mean that in a good way. if anything it is more fun and interactive to build. i also did something similar except the chat room generation is automatic and based on your location. Basically http://getyoucoffee.com/ will decide which chat room you are assigned to based on your location. it's pretty huge in cities with subways.

Imagine how useful a location-based video chat site would be for online speed dating.

Re: Show HN: A weekendproject, disposable web chats

#17
post #5

I also built http://prompt.im ( http://news.ycombinator.com/item?id=2457111 ) around 1 year ago which is pretty similar (doesn't really work anymore). Good luck with it.

This opens the authentication discussion. To require authentication or to not require authentication.

The UI looks beautiful though, any plans with it :)?

Re: Show HN: A weekendproject, disposable web chats

#20
post #13

Earlier quoted context omitted.

Why Couch and not Mongo?

Our developer understood the views on Couch and simply couldn't get Mongo's views working with nodeJS. It's a human preference and works out perfectly - so far.

Hey are you guys planning on doing a blog entry on how you developed this? I know next to nothing about Node.js and co and it seems like a good choice for a lot of my ideas.
Post reply on HN