jgfranco17 / webserver-base

Basic build for a server & client websocket connection

Repository from Github https://github.comjgfranco17/webserver-baseRepository from Github https://github.comjgfranco17/webserver-base

Webserver Kit

STATUS LICENSE


Table of Contents

πŸ”Ž About

This project aims to create a basic pingable socket-based web server.

πŸ“ License

This project is licensed under the MIT License.

🏁 Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. Instructions for a pip installation will follow.

Prerequisites

The following must be installed on the host machine:

It is highly recommended to use pyenv to manage Python versions. This project is being developed in Ubuntu 22.04, but should also work on MacOS as well as other Linux distros.

Installing

To get started with this project, clone the repository to your local machine and install the required dependencies.

git clone https://github.com/jgfranco17/webserver-base.git
cd webserver-base
pip install -r requirements.txt

πŸš€ Usage

Once the work is ready for use, the instructions will be updated here.

βœ’οΈ Authors

⚠️ Disclaimer

This program is currently limited to text-based data. We aim to allow future iterations to convert more diverse data formats.

About

Basic build for a server & client websocket connection

License:MIT License


Languages

Language:Python 99.3%Language:Dockerfile 0.7%