jratcliff63367 / redisproxy

This is a project which is used to analyze and parse the redis command API

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SocketChat

This is a relatively small application which demonstrates how to write both a client and server over sockets. It implements a simple chat client which sends and recieves messages deineated with a carriage return and line-feed, like Redis does.

To build for windows you first need CMAKE installed on your machine.

Then run 'build_win64.bat' or 'generate_projects.bat' to create the Visual Studio Solution and project files

To build for Linux you need CMAKE installed on your machine.

Then run 'build_linux64.sh' or 'generate_projects.sh'

When you run ./TestClient pass the name of the server you are trying to connect to: i.e. "localhost"

About

This is a project which is used to analyze and parse the redis command API


Languages

Language:C++ 97.1%Language:CMake 2.0%Language:Batchfile 0.5%Language:Shell 0.4%Language:C 0.1%