Skip to content

GitTiago/5secondReport

Repository files navigation

5 Second Report

Simple async python application for a client to report its running programs every 5 seconds.

Built With

How to run server

Make sure you have python 3.8 installed

  1. Install dependencies

    pip install -r server-requirements.txt
  2. Run server

    python server.py
  3. Check if server is available

    If everything went to plan the application is now running and you can consult it on localhost:8000

How to run client

Make sure you have python 3.8 installed

  1. Install dependencies

    pip install -r client-requirements.txt
  2. Run client application

    python client.py <host>

    Localhost example:

    python client.py http://localhost:8000

Running tests

You can run the tests by running the following command in the project root

pytest

About

Simple async application for a client to report its running programs every 5 seconds

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages