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

https://github.com/danzek/qt-echo-server

Simple Qt Echo Server from Todd Gentille's "Introduction to Qt" Pluralsight course
https://github.com/danzek/qt-echo-server

Last synced: over 1 year ago
JSON representation

Simple Qt Echo Server from Todd Gentille's "Introduction to Qt" Pluralsight course

Awesome Lists containing this project

README

          

Qt Echo Server
==============

This is a simple Qt Echo Server created based on the example in Todd Gentille's "Introduction to Qt" Pluralsight course. All it does it echo back data with wrapped tags.

**Pluralsight course:** https://www.pluralsight.com/courses/introduction-qt-cplusplus-framework

I'm just learning Qt and figured I'd experiment with the Qt .gitignore file and what should be pushed to GitHub for a Qt project.