Skip to content

Serveur TCP pour l'application "Messenger", route les messages des clients

Notifications You must be signed in to change notification settings

clementraoulgithub/tcp_server

Repository files navigation

TCP server for Messenger app

This repository is a TCP server for messenger application.

Conda env

A virtual environment is used to run the project. It is managed by conda.

Create the environment

conda env create -f environment.yml

Activate the environment

conda activate server-tcp

Run the app

In dev mode

make run

In prod mode

make run

Run the tests

make test

Deploy the app

Build the docker image

make docker-build

Push the docker image

make docker-push

About

Serveur TCP pour l'application "Messenger", route les messages des clients

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published