mjalas / simple-echo-server

A simple echo server.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Simple echo server

A simple echo server application. The echo server has mostly been used for testing initial network application connection and messages.

Usage

The echo server application can be installed by the following commands:

git clone https://github.com/mjalas/simple-echo-server.git
python setup.py install

The command for starting the server:

echo-server

optionally either the port or address or both can be set by the user

echo-server -p <port> -a <address>

The application can also be installed through pip with the following command:

pip install git+https://github.com/mjalas/simple-echo-server.git

The project also includes scripts for creating a python virtual environment, where the application can be installed and executed.

About

A simple echo server.


Languages

Language:Python 96.6%Language:Shell 3.4%