Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/justinleemans/uni-networking-chat-sample
A simple console based chat app sample project
https://github.com/justinleemans/uni-networking-chat-sample
Last synced: about 1 month ago
JSON representation
A simple console based chat app sample project
- Host: GitHub
- URL: https://github.com/justinleemans/uni-networking-chat-sample
- Owner: justinleemans
- License: mit
- Created: 2024-05-16T18:13:24.000Z (8 months ago)
- Default Branch: develop
- Last Pushed: 2024-06-19T14:53:47.000Z (7 months ago)
- Last Synced: 2024-11-03T13:22:47.918Z (3 months ago)
- Language: C#
- Homepage:
- Size: 37.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# UniNetworking chat console sample
A simple console based chat app sample project. This project is a sample project to show the capability of my custom event based networking solution to be included in native .Net applications. The repository for this library can be found [here](https://github.com/justinleemans/uni-networking).
The binary used in this repository was compiled manually and can be found [ChatSample/Plugins](ChatSample/Plugins). Compiling this binary is relativly easy and was done by running the dotnet build command on the package repository.