All Projects → JungWinter → drf-chat-server-example

JungWinter / drf-chat-server-example

Licence: other
A chat server example used Django REST framework with pytest

Programming Languages

python
139335 projects - #7 most used programming language
Dockerfile
14818 projects
shell
77523 projects

Projects that are alternatives of or similar to drf-chat-server-example

MacroUtils
MacroUtils is a collection of high-level APIs in order to make your life easier when writing STAR-CCM+ JAVA macros.
Stars: ✭ 32 (+113.33%)
Mutual labels:  pytest
PyTest
pytest runner and view annotator for sublime text 3
Stars: ✭ 20 (+33.33%)
Mutual labels:  pytest
drf-angular-docker-tutorial
Dockerized Django Back-end API using DRF with Angular Front-end Tutorial
Stars: ✭ 53 (+253.33%)
Mutual labels:  drf
pytest-variables
Plugin for providing variables to pytest tests/fixtures
Stars: ✭ 69 (+360%)
Mutual labels:  pytest
continuous-integration-with-python
How to test your python code. How to automatically run your tests for your Python code. How to get reports of the tests coverage
Stars: ✭ 25 (+66.67%)
Mutual labels:  pytest
pytest-involve
A pytest plugin to run tests pertaining to a specific file or changeset
Stars: ✭ 28 (+86.67%)
Mutual labels:  pytest
universe-topology
A universal computer knowledge topology for all the programmers worldwide.
Stars: ✭ 47 (+213.33%)
Mutual labels:  pytest
pytest-tap
Test Anything Protocol (TAP) reporting plugin for pytest
Stars: ✭ 34 (+126.67%)
Mutual labels:  pytest
Python-Studies
All studies about python
Stars: ✭ 56 (+273.33%)
Mutual labels:  pytest
pytest-pycodestyle
pytest plugin to run pycodestyle
Stars: ✭ 15 (+0%)
Mutual labels:  pytest
django-rest-framework-recaptcha
reCAPTCHA field for Django REST framework serializers
Stars: ✭ 24 (+60%)
Mutual labels:  drf
pygments-pytest
A pygments lexer for pytest output
Stars: ✭ 23 (+53.33%)
Mutual labels:  pytest
pytest-dependency
Manage dependencies of tests
Stars: ✭ 113 (+653.33%)
Mutual labels:  pytest
nbcelltests
Cell-by-cell testing for production Jupyter notebooks in JupyterLab
Stars: ✭ 66 (+340%)
Mutual labels:  pytest
pytest-docker-tools
Opionated helpers for creating py.test fixtures for Docker integration and smoke testing environments
Stars: ✭ 61 (+306.67%)
Mutual labels:  pytest
pytest-embedded
A pytest plugin that designed for embedded testing
Stars: ✭ 40 (+166.67%)
Mutual labels:  pytest
pytest-mock-resources
Pytest Fixtures that let you actually test against external resource (Postgres, Mongo, Redshift...) dependent code.
Stars: ✭ 84 (+460%)
Mutual labels:  pytest
pytest-subprocess
Pytest plugin to fake subprocess.
Stars: ✭ 83 (+453.33%)
Mutual labels:  pytest
python-appium-framework
Complete Python Appium framework in 360 degree
Stars: ✭ 43 (+186.67%)
Mutual labels:  pytest
salt-toaster
Salt Toaster: An ultimate test suite for Salt
Stars: ✭ 24 (+60%)
Mutual labels:  pytest

DRF chat server example

English | 한국어

A RESTful chat API server example used Django REST framework with pytest

Used stack

  • Python 3
  • Django 2
  • Django REST framework 3
  • pytest

Example features

  • 1:1 chat
  • list of chat room
  • register & login with nickname
  • message will be removed after short time
  • search message
  • push notification

API

You can see API document

Development story

For easily understanding, you can follow development story.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].