Giter VIP home page Giter VIP logo

yiannisbourkelis / poll-echo-client-server Goto Github PK

View Code? Open in Web Editor NEW
0.0 3.0 1.0 5.89 MB

A simple, multi-platform, poll based echo server supporting IPv4/IPv6 and OpenSSL TLS, written in C++/Qt

C++ 1.74% QMake 0.03% Shell 0.45% Perl 7.65% DIGITAL Command Language 0.02% C 68.30% Objective-C 1.00% Perl 6 18.30% Prolog 2.17% M4 0.27% eC 0.03% Module Management System 0.01% Emacs Lisp 0.02% Python 0.01%

poll-echo-client-server's Introduction

poll-echo-ssl-client-server

A simple, multi-platform, poll based echo server supporting IPv4/IPv6 and OpenSSL TLS, written in C++/Qt

I wrote this basic client and server as I was investigating how to write a high perfomrance server, based on poll.

The server echoes back whatever it receives using a secure TLS channel. It supports multiple connected clients.

Run the poll-echo-ssl-server and connect to it using the command: openssl s_client -connect localhost:12348

To generate your self-signed public certificate and private key run the command: openssl req -newkey rsa:2048 -nodes -keyout key.pem -x509 -days 365 -out certificate.pem

poll-echo-client-server's People

Contributors

yiannisbourkelis avatar

Watchers

James Cloos avatar  avatar  avatar

Forkers

dawnadvent

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.