igorantun / node-chat

:speech_balloon: Chat application built with NodeJS and Material Design
MIT License
760 stars 740 forks source link

Add suport for uploading images #10

Closed 0xae closed 9 years ago

0xae commented 9 years ago

Could you add suport for uploading images, if storage is a problem, you can write a script that deletes images every seconds or so. :+1:

daimajia commented 9 years ago

+1

DerpgonCz commented 9 years ago

@0xae or just upload them to third party - imgur.com, vgy.me etc.

0xae commented 9 years ago

My cat will love this (although i dont have one)

igorantun commented 9 years ago

Closing this as it would add a whole lot of work for something that might not be well worth it. We now have inline images thanks to #17, so, uploading the image to imgur or some other site and just pasting the link in the chat should be enough.