Skip to content

Using django channels to implement a simple WebSocket-based chat server. Separating front and back-end with Vue.js and Django.

License

Notifications You must be signed in to change notification settings

jackeyGao/django-vuejs

Repository files navigation

Running locally

to, run:

  • Install requirements:
    • pip install -r requirements.txt (you almost certainly want to do this in a virtualenv).
    • cd src; npm install.
  • Build src, npm run build;
  • Start, python manage.py runserver
  • http://127.0.0.1:8000'为后端渲染http://127.0.0.1:8000/app/ 为前端 app.

Demo

https://morning-coast-23117.herokuapp.com/app/#/

About

Using django channels to implement a simple WebSocket-based chat server. Separating front and back-end with Vue.js and Django.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages