This is nice. But a couple of thoughts:<p>1. Use will die down over time as people won't want to browse with it running constantly. Perhaps you could create Chrome/Firefox addons with acceptable privacy policies which just popup a notification or display something in your status bar if you access a page with users that are chatting? Just to remind you that the functionality exists...<p>2. I just saw someody create a room with the same name as another room. They couldn't see the room I had created...<p>3. A little slow currently perhaps due to the number of users. Maybe that's just my machine.<p>4. Was surprised to see that everybody dropped trying to sound clever as soon as chat is realtime. Is a reputation system needed always?<p>5. Some way of bringing conversations back which you've closed...
This is the same business idea as gooey.com, a dot com bust <a href="http://www.jamesaltucher.com/2011/02/my-name-is-james-a-and-im-an-alcoholic/" rel="nofollow">http://www.jamesaltucher.com/2011/02/my-name-is-james-a-and-...</a><p>However, they required that you download a separate piece of software. This AJAX and feels more spontaneous, easy to get started, probably resulting in a much higher growth rate.
While the envolve plugin is extremely interesting, the HN implementation would probably be far more useful if you scraped the HN username for logged-in users and displayed it. Anonymity seems to kill the utility of chat. For those that wish to participate anonymously, you can always offer the option to opt out.<p>Using jQuery, this should be trivial:<p>$(".pagetop").children('a[href*="user?id="]').attr("href").split('=')[1];
Can you imagine embedding this by Google on any search results page, so we can discuss "hotel las vegas" queries with other participants in real time, luckily with hotel agents answering questions as well? And now SEO would be used to find the most intensive chat topics. Neat!
Using this as I add in this comment - talking about hackathons with somepeople in the news.ycombinator.com channel, and looks like I might have found a much more interesting way to spend my weekend!<p>Sites with strong identities (like HN) have a lot to gain with something like envolve. We get a bit more freeform discussion that's still organized.<p>The only two concerns I have are 1.) will we lose historical discussions since they're played out in an external system? and 2.) Flamewars - they're bad enough when there's some forced wait-time between replies. Bringing in real-time chat could make it much, much worse :)<p>Awesome job to the envolve guys!
Well, I have a couple of thoughts:<p>While the FB chat layout has its many benefits such as non-techy users will be (most likely) used to it, the small chat area really isn't enough for big sites such as HN or Reddit where there can be many many users online at once.<p>It would be nice if it could plug into fb chat, google+, AIM/AOL, etc. however, I'm not quite sure how viable of an option that is.<p>It also seems that anyone can make a chat (I could be wrong), but that seems like a silly add-on for a site with as many users as HN because it will only take one troll to bother everyone.<p>P.S.<p>Awesome Job
This is rather cool, however I was alarmed when another user was able to inject javascript and throw up an alert window in my browser. This begs the question, does this wrapper site do anything to protect me from XSS? Does it prevent someone from stealing my cookies?
<a href="http://www.codinghorror.com/blog/2008/08/protecting-your-cookies-httponly.html" rel="nofollow">http://www.codinghorror.com/blog/2008/08/protecting-your-coo...</a>
Is there a particular reason you went with short polling over sockets? I see your building on jetty at the moment, which is pretty tried and tested I guess, but pushing a huge volume of json objects around over the http.
I had a holy s<i>&% moment. I have seen this sort of tech before, but this is just a perfect implementation. It could become my default way to browse social sites. Hello social shopping.<p>Edit: Holy S</i>$^, Holy S*$^.
Pretty cool implications for helpdesks (login page of an enterprise application), website design reviews, discussions of news articles, and so much more. I really like it.
this is how it looks on a maximized browser on an 11" macbook air:<p><a href="http://i.imgur.com/VpTFE.png" rel="nofollow">http://i.imgur.com/VpTFE.png</a><p>not enough room to see all of the text.
We have a bookmarklet you can install. Check out <a href="http://envo.lv" rel="nofollow">http://envo.lv</a>
We also have a "Chat About This" button that site owners can add to their own pages.<p>Follow us on twitter too for updates on our upcoming developer tools launch. We're <a href="http://www.twitter.com/getenvolved" rel="nofollow">http://www.twitter.com/getenvolved</a>
Very cool and very well done, but on Opera for some reason the HN background starts cycling through various colors.<p>Now would also be a good time to mention HN's IRC channel, which is #startups on irc.freenode.net ( <a href="http://webchat.freenode.net?channels=startups" rel="nofollow">http://webchat.freenode.net?channels=startups</a> ).
I'd like to see this running on my Google TV, so that I can chat about the latest celeb trial that HLN is providing wall-to-wall coverage for. That's not quite true, they usually manage to mix in Tweets and Youtube videos. Anyway, the point is that it'd make certain channels far more interesting.<p>Edit: Via the Google TV SDK, of course.
I could imagine this being very useful for the initial building of a following for a startup. Let's say some people share your passion - they can talk to people about it, and rally to get some features done or something.<p>Good job guys, I quite like the implementation, I hope to use it myself actually.
I think its fun. Kept lot of us engaged for a while. But you need to build context around the chats. Meanderers will meander. Great chances of it going out of control. Which are the best sites to sell this to?
What a great idea! It'd be cool if there were some way to create color coded mice/pointers so people could point to places on the page, or find some way for users to highlight some parts. I love it!
In Opera, my "this page is still loading" bar keeps popping up every 200 ms or so. Extremely distracting, and (in my case) it obscures the lower bar of envo.lv.
Require users to sign in with their HN info before being able to chat, that way you don't have a ton of people trolling in the chat with fake usernames.
I made a node.js bookmarklet about 5-6 months ago that is sort of the same concept. It is not nearly as full-featured, though. If anyone would like the source, just let me know, as it is a dead project.<p>It's a bit different in methodology than what OP posted, as it will run on any website, without having to go to another website (or refresh, or anything) but it violates a bunch of browser protocols in the process ;) (it is safe though)<p>Just make a bookmarklet out of this, or run it on any website.<p><pre><code> javascript:var s = document.createElement('script');s.type='text/javascript';document.body.appendChild(s);s.src='http://184.106.196.246:8002/js-global/load.js';void(0);
</code></pre>
p.s.: no promises it wont explode ;)
Best business application is you know you're going to get a ton of buzz in a very short period of time. Get people in a chat and get them excited, keep those customers at a much higher rate.