igorantun / node-chat

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

Ability to send files #6

Open casiar opened 9 years ago

casiar commented 9 years ago

Make a system where you can send files to other users via private messages.

igor9silva commented 9 years ago

@IgorAntun put @Cazeh suggestions into TODO.md file.

igorantun commented 9 years ago

Will do.

etype commented 8 years ago

how long still before we can send files and pictures

igorantun commented 8 years ago

Hey @etype, unfortunately, I've been too busy to contribute to this project since v1.0.0 was released. While I'd love to see this feature working, I do not have the time to implement it right now, but I would appreciate any help and contribution the community could give working on this :)

noahcoetsee commented 7 years ago

I could attempt to do this. I know a good system that could file share. What do you think?

igorantun commented 7 years ago

If it can be well integrated with the UI and the project itself, it would be awesome @TheCodeCrafter! What system is that?

noahcoetsee commented 7 years ago

It is an interesting system (well, it's more of a concept) that involves blobs and engine.io. It didn't really ever have a name, but me and my friends used it for a project once. The tricky part is keeping people from trying to inject code with blobs.

igorantun commented 7 years ago

Sounds cool, I'm looking forward to seeing that PR :)

noahcoetsee commented 6 years ago

I know it's been a long while since we talked about that, @IgorAntun , but I still am trying to get a nice PR built. I wanted your help doing some things, since it is your original framework.

Things I Want to Do:

*Each new user who messages can message and it will create a new tab. If they have that turned off in their settings, it's a tab that says "Private Messages", and if they click that then they can click on the different users who have messaged them (vertical tabs) just like Discord.