An open API service indexing awesome lists of open source software.

https://github.com/geo-tp/websocket-chat

Simple Websocket based chat channel
https://github.com/geo-tp/websocket-chat

django-rest-framework react websocket

Last synced: 4 months ago
JSON representation

Simple Websocket based chat channel

Awesome Lists containing this project

README

        

WebSocket Chat
============

Simple Websocket based chat created with Django and React

![](presentation.png)

Installation
===========

## FRONTEND

Created with node 17.9.1 and npm 8.11.0

### Install dependencies :
### `npm install`

### Start dev server :
### `npm start`

## BACKEND

Created with python 3.10.6

### Install dependecies :
### `python -m pip install -r requirements.txt`

### Init database :
### `python manage.py makemigrations`
### `python manage.py migrate`

### Start dev server
### `python manage.py runserver`