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

https://github.com/abdeltwabmf/echo-server

Echo server using QLocalSocket, QLocalServer, and MessagePack.
https://github.com/abdeltwabmf/echo-server

cmake echo-server messagepack named-pipes qlocalsocket qt qt-widgets qt6 unix-socket

Last synced: 8 months ago
JSON representation

Echo server using QLocalSocket, QLocalServer, and MessagePack.

Awesome Lists containing this project

README

          

# Echo Server

Echo server using [QLocalSocket](https://doc.qt.io/qt-5/qlocalsocket.html), QLocalServer, and [MessagePack](https://msgpack.org/index.html).

## Screenshot

![echo-server png](assets/echo-chat.png)

## Development

### Dependencies

- CMake 3.5+
- Qt 6.0.4+
- C++17 compiler

### Build

```bash
cmake . -B build
cmake --build build
```

## Release

```bash
cmake . -B build
cmake --build build --config Release --target ALL_BUILD -j 10
```

## License

Licensed under the [MIT](LICENSE) License.