Django Instant Messenger Package needed

48 views
Skip to first unread message

PublicT

unread,
Nov 6, 2014, 11:47:19 AM11/6/14
to django...@googlegroups.com
Hello All,
Can anyone point me to a site or repository where I can find a well written Package for IM -  Instant Messenger. Working on a project that desperately need one.

Thanks

Andreas Kuhne

unread,
Nov 6, 2014, 12:46:09 PM11/6/14
to django...@googlegroups.com

--
You received this message because you are subscribed to the Google Groups "Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to django-users...@googlegroups.com.
To post to this group, send email to django...@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/be15ca1f-3d37-408e-a879-617e4dfe244c%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Hi,

I don't know if it is "well written", but this package is fairly newly maintained: https://github.com/TracyWebTech/django-conversejs and uses converse.js which connects to a jabber server.

Regards,

Andréas

Cal Leeming [iops.io]

unread,
Nov 6, 2014, 4:32:57 PM11/6/14
to django...@googlegroups.com
Depends on what you are trying to do but, you might want to consider a third party product for this;

Building your own instant messenger system properly is hard, if you can do this directly on the client (via web sockets, HTTP push/pull, flash stream with JS IPC etc) then you'll save yourself a whole ton of hassle. If you really want to keep it in-house, you could use Redis pub/sub for distribution and some sort of document store for persistence - MariaDB now has JSON columns :)

Cal

--
Reply all
Reply to author
Forward
0 new messages