Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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.