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

https://github.com/kathleenwest/chatdemo

This project presents a simple Chat Message Service and Client Application demonstration. The Chat Service is a self-hosted (service host) WCF application launched and managed with a simple console interface. The service prints to the console window the user activities (log on, log off) and what messages are sent to users. The client “tester” has a simplified GUI user interface to quickly demo and test the service (Windows Form Application). The GUI has features to log on, log off, send a message, and receive messages from other users on the chat service.
https://github.com/kathleenwest/chatdemo

chat chat-application chat-client chat-room chat-server chatapp chatroom csharp csharp-code csharp-library service services wcf wcf-client wcf-service wcf-service-client-demo wcf-service-demo windows-form-application windows-forms word-wrap

Last synced: about 1 year ago
JSON representation

This project presents a simple Chat Message Service and Client Application demonstration. The Chat Service is a self-hosted (service host) WCF application launched and managed with a simple console interface. The service prints to the console window the user activities (log on, log off) and what messages are sent to users. The client “tester” has a simplified GUI user interface to quickly demo and test the service (Windows Form Application). The GUI has features to log on, log off, send a message, and receive messages from other users on the chat service.

Awesome Lists containing this project