Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alexeymz/devoidtalk
Server and client chat implementation for high performance computing course 2015.
https://github.com/alexeymz/devoidtalk
Last synced: about 2 months ago
JSON representation
Server and client chat implementation for high performance computing course 2015.
- Host: GitHub
- URL: https://github.com/alexeymz/devoidtalk
- Owner: AlexeyMz
- License: mit
- Created: 2015-12-14T14:22:06.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2016-02-08T16:45:48.000Z (almost 9 years ago)
- Last Synced: 2024-10-31T17:15:02.944Z (3 months ago)
- Language: C#
- Size: 57.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# DevoidTalk
Server and client chat implementation for [high performance computing course 2015](https://github.com/eugenyk/hpcourse).## Build
### Requirements
1. .NET 4.5 or Mono 4.2
2. NuGet 2.7+
3. MSBuild 12.0 (installed with Visual Studio 2015) or MonoDevelop 5.10### Instructions
#### Visual Studio / MonoDevelop
On project build the NuGet dependencies will be automatically restored.#### Manual
Run `nuget restore` in solution's directory to restore NuGet dependencies.