https://github.com/0x6773/sharpchat
A Simple Chat Program.
https://github.com/0x6773/sharpchat
Last synced: 5 months ago
JSON representation
A Simple Chat Program.
- Host: GitHub
- URL: https://github.com/0x6773/sharpchat
- Owner: 0x6773
- License: mit
- Created: 2015-02-24T16:47:50.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2015-03-03T05:34:54.000Z (about 10 years ago)
- Last Synced: 2023-02-27T04:34:10.241Z (about 2 years ago)
- Language: C#
- Homepage:
- Size: 242 KB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: license.txt
Awesome Lists containing this project
README
# SharpChat
A Simple Chat Program.Server Program is in Console Only. Client Program is both in Console And GUI based. There are some bugs in GUI Client Program.
```
I tried my best to remove the bugs.
But there are bugs.
Your support is appreciable.
```
##How to Use
You must have Visual Studio 2013/2015 to open the project.##Framework
```
SharpChatConsoleClient is in .NET v4.5.
SharpChatConsoleServer is in .NET v4.6.
SharpChatUIClientVS is in .NET v4.6.
```