Hacker News new | past | comments | ask | show | jobs | submit login
Create a Google Talk bot with Node.js: Part One (simonholywell.com)
57 points by Treffynnon on Feb 6, 2013 | hide | past | favorite | 5 comments



It would be really great if Google supported persistant char rooms like IRC. That would make these kinds of bots really usefully.


xmpp supports chatrooms! see https://gist.github.com/powdahound/940969 for an example similar to the parent link


While 'const' is cute, it's not a standard feature:

"The current implementation of const is a Mozilla-specific extension and is not part of ECMAScript 5."

https://developer.mozilla.org/en-US/docs/JavaScript/Referenc...


[deleted]


"`const` is not part of the EMCA spec"

It's called ECMA.

"V8, the engine powering Node.js, does offer support for it."

There's no guarantee that const will be used in the same way in the future. I bring this up because of the bevy of articles that discuss the express framework (remember when it shifted major version number?) and other frameworks that have seen backwards-incompatible changes.


I have a side project that provides hosted bots: http://getinstabot.com. I don't think there's much interest, though.




Consider applying for YC's Spring batch! Applications are open till Feb 11.

Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: