ryanwersal / MorseL

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MorseL

MorseL is a light, .NET Core, replacement for SignalR. It's in...marginally active development.

This project exists because certain features (authentication) weren't baked into .NET Core SignalR. Additionally, the .NET Core libraries were too bleading edge to be used in an ongoing project. The intention is for MorseL to be swappable with SignalR when it stabilizes.

Using MorseL

Look at /samples

Development

Building

./builds.sh

Testing

./test.sh

Deploying

./pack.sh
./deploy-nuget.sh /my/nuget/repo

About

License:MIT License


Languages

Language:C# 97.5%Language:TypeScript 1.4%Language:PowerShell 0.6%Language:JavaScript 0.3%Language:Shell 0.2%