Simple websocket server to allow easy communication between a web browser and server.
                        
                    
         
                Info
| Version: | 1.0.5 | 
| Author(s): | Chris Barnard | 
| Last Update: | Wednesday, September 26, 2018 | 
| .NET Fiddle: | Create the first Fiddle | 
| Project Url: | https://github.com/BarnardTechnology/WebSocketComms | 
| NuGet Url: | https://www.nuget.org/packages/BarnardTech.WebSocketComms | 
Install
Install-Package BarnardTech.WebSocketComms
                        dotnet add package BarnardTech.WebSocketComms
                        paket add BarnardTech.WebSocketComms
                        
                                BarnardTech.WebSocketComms Download (Unzip the "nupkg" after downloading)
                            
                        Dependencies
- Newtonsoft.Json(>= 11.0.2)
- WebSocketSharp-netstandard(>= 1.0.1)
