Skip to content

valentinDruzhinin/stream_simulator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

stream_simulator

Pre-installation

You have to have docker and python3 installed on your PC.

Installation

virtualenv env
source env/bin/activate
pip install -r requirements.txt

Initialize

make init

Run server

  1. Open terminal
  2. Navigate to stream_simulator folder
  3. Run commands:
source env/bin/activate
make server

Run client

  1. Open terminal
  2. Navigate to stream_simulator folder
  3. Run commands: source env/bin/activate, make client
  4. From console output click on the link: http://localhost:8000/client/<client_id> to see messages in web browser.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors