Skip to content

danidee10/channels_postgres_test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Install the dependencies:

pipenv install

Start the database with docker:

pipenv run start_postgres

Run the server:

pipenv run runserver

Run the worker:

pipenv run runworker

connect with a websocket client:

npx wscat -c ws://localhost:8002/ws/test/

Send any message to the worker

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages