There are no reviews yet. Be the first to send feedback to the community and the maintainers!
Repository Details
A Live Chat application built using Django and Vue.js. It uses Django's Channels which allows us to handle WebSocket protocol. In the frontend layer Vue.js uses WebSocket API to establish two-sided connection with the server.