You're looking at Less Wrong's discussion board. This includes all posts, including those that haven't been promoted to the front page yet. For more information, see About Less Wrong.

malcolmocean comments on Open Thread for January 17 - 23 2014 - Less Wrong Discussion

3 Post author: niceguyanon 17 January 2014 01:26PM

You are viewing a comment permalink. View the original post to see all comments and the full post content.

Comments (191)

You are viewing a single comment's thread. Show more comments above.

Comment author: malcolmocean 22 January 2014 07:27:48AM 2 points [-]

It seems to me that while Google Hangouts might have been the obvious choice last year, WebRTC might actually work better now. See talky.io for a live demo. This page details how you can roll your own video chat with <20 lines of totally-front-end code. Since it all runs front-end, the cost to the server is no greater than a normal text-based chat client, as far as I can tell.

For a simple chat solution, there are lots of other libraries (I'm familiar with ShareJS for node, which makes this super easy). Honestly I think this would probably be simpler than trying to integrate with Google Hangouts, and it also makes your two "I don't see an obvious way" issues less issues (still need solving, but there are straightforward solutions) and makes the multiple rooms thing quite easy.

Comment author: jaibot 22 January 2014 07:54:53AM 2 points [-]

Good points! I'm likely to switch to this now.