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

https://github.com/synw/django-rechat-example

Example project for django-rechat
https://github.com/synw/django-rechat-example

Last synced: 2 months ago
JSON representation

Example project for django-rechat

Awesome Lists containing this project

README

        

# Django Rechat example

Example app for [django-rechat](https://github.com/synw/django-rechat)

## Install

Clone the repository and run:

```bash
make install
# create a user
make superuser
```

## Run

Run the websockets server:

```bash
make runws
```

Run the http server:

```bash
make run
```

Visit localhost:8000