Bearle / django-private-chat

(Deprecated - Please check out https://github.com/Bearle/django_private_chat2) Django one-to-one Websocket-based Asyncio-handled chat, developed by Bearle team
ISC License
424 stars 132 forks source link

sending files #17

Open kimutaiRop opened 6 years ago

kimutaiRop commented 6 years ago

is it possible to send fils using the the app?

delneg commented 6 years ago

Not yet, feel free to add that functionality, we'll help with that

kimutaiRop commented 6 years ago

okey I will appreciate seeing the update

chrisdevel commented 3 years ago

Hi delneg, is this still sth on your agenda? thx

delneg commented 3 years ago

Hi delneg, is this still sth on your agenda? thx

Hello, Well, not really, i've stepped away from Python a while ago (towards awesome F# language) and even if i find time to do that, i'd better off spending it on my F# open source projects. The initial idea with this project was KISS (keep it simple stupid) If you're in need of more advanced functionality like sending or receiving files - I guess you should be looking for a decoupled from Django specialized alternative, like https://github.com/parse-community/parse-server or smth like that Having said that, if somebody does submit a PR with the aformentioned functionality - I would definitely check it out & merge it