Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/robert-96/python-websocket-demo

WebSocket echo server.
https://github.com/robert-96/python-websocket-demo

Last synced: 23 days ago
JSON representation

WebSocket echo server.

Awesome Lists containing this project

README

        

# python-websocket-demo

A simple WebSocket echo server for demonstration purposes.

## Getting Started

Clone the repository to your local machine:

```
git clone https://github.com/Robert-96/python-websocket-demo.git
cd python-websocket-demo
```

Install the required dependencies:

```
pip install -r requirements
```

## Usage

Run the WebSocket echo server:

```
python echo.py
```

## Development Setup

To set up the development environment, install the additional dependencies for development:

```
pip install -r requirements-dev.txt
```

Run the tests using `pytest`:

```
pytest test.py
```

## License

This project is licensed under the [MIT License](LICENSE).