Python Django Websocket聊天應用程序



一個在python 3中使用websockets和django的實時聊天應用程序。請在此處查看:https://github.com/SimplyAhmazing/chat-app。

3 comments
  1. question did you build this with twisted or tornado and django? and if so I know pythonanywhere.com does not allow you to use sockets for chatting what would you recommend me use as in cloud aws or heroku or any other thanks being dying to build a chat app

  2. Hey! I am having some trouble running this python program: "Traceback (most recent call last):
    File "manage.py", line 5, in <module>
    from configurations import importer
    File "C:Users17635AppDataLocalProgramsPythonPython35-32libsite-packagesconfigurationsimporter.py", line 8, in <module>
    from django.core.management import LaxOptionParser
    ImportError: cannot import name 'LaxOptionParser'" Any ideas?

Comments are closed.