Skip to content

GUI based application similar to IRC, with the ability to connect to a chat server to send and receive messages from server members. Supports whiteboard. Written in C++ using WNLIB.

Notifications You must be signed in to change notification settings

CameronClay/WNLIB-Chat

Repository files navigation

[WNLIB]

  • TCP networking library which served as the base for writing a Client-Server chat application (Windows only). Built using IO-Completion ports which are capable of supporting a large number of clients.

[Chat]

  • GUI based application similar to IRC, with the ability to connect to a chat server to send and receive messages from server members (Windows only).
  • Supports whiteboard.

Unit Testing

  • Unit testing is done using Google Test.

Tooling

  • C++
  • QT
  • CMake
  • Win32 API
  • IO Completion Ports
  • zlib
  • vcpkg
  • Google Test

About

GUI based application similar to IRC, with the ability to connect to a chat server to send and receive messages from server members. Supports whiteboard. Written in C++ using WNLIB.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published