Show HN: A browser-based IRC client built on Node.js – first Node project
1–10 of 44 posts
Re: Show HN: A browser-based IRC client built on Node.js – first Node project
#2It'd be nice to see a functional demo site.
It'd also be nice to have a direct link to the github repository - https://github.com/redwire/aIRChat
Why zip instead of npm distribution?
Re: Show HN: A browser-based IRC client built on Node.js – first Node project
#3I really think at some point the word modern just won't make sense in the same sentence as "IRC".
I think as your first node project it looks pretty cool though.
Re: Show HN: A browser-based IRC client built on Node.js – first Node project
#4@ _redwire It'd be nice to see a functional demo site. It'd also be nice to have a direct link to the github repository - https://github.com/redwire/aIRChat Why zip instead of npm distribution?
All of the source material is hosted on Github, and contributions of all kinds are welcome!Re: Show HN: A browser-based IRC client built on Node.js – first Node project
#5@ _redwire It'd be nice to see a functional demo site. It'd also be nice to have a direct link to the github repository - https://github.com/redwire/aIRChat Why zip instead of npm distribution?
Re: Show HN: A browser-based IRC client built on Node.js – first Node project
#6It might be a stretch to call it "world's most modern" IRC client when it looks like a pretty generic client. I really think at some point the word modern just won't make sense in the same sentence as "IRC". I think as your first node project it looks pretty cool though.
> I think as your first node project it looks pretty cool though. Thanks so much!
Re: Show HN: A browser-based IRC client built on Node.js – first Node project
#7Also, your SSL is a little messy and you're vulnerable to Heartbleed: https://www.ssllabs.com/ssltest/analyze.html?d=airchatter.ne...
Re: Show HN: A browser-based IRC client built on Node.js – first Node project
#8Any reason why airchatter.net and www.airchatter.net point to different IP's. Also, your SSL is a little messy and you're vulnerable to Heartbleed: https://www.ssllabs.com/ssltest/analyze.html?d=airchatter.ne...
Re: Show HN: A browser-based IRC client built on Node.js – first Node project
#9KiwiIRC - Probably the most used of them. https://github.com/prawnsalad/KiwiIRC
Subway - I've been following this one for a bit because it look promising. It's nice. https://github.com/thedjpetersen/subway
nirc - This one is pretty simple and I'd say a little less polished than yours, but still does a lot of things right. https://github.com/cjstewart88/nirc
If anyone knows of others, I'm interested.
I'd also like to plug glowing-bear (https://glowing-bear.github.io/glowing-bear/) since it's a rather cool project. It's an entirely static html5 frontend to weechat.
Re: Show HN: A browser-based IRC client built on Node.js – first Node project
#10Other browser-based irc clients written in nodejs: KiwiIRC - Probably the most used of them. https://github.com/prawnsalad/KiwiIRC Subway - I've been following this one for a bit because it look promising. It's nice. https://github.com/thedjpetersen/subway nirc - This one is pretty simple and I'd say a little less polished than yours, but still does a lot of things right. https://github.com/cjstewart88/nirc If anyone…