neiesc / awesome-minimalist

A curated list of awesome minimalist frameworks (simple and lightweight).
http://edinei.dev/awesome-minimalist/
Creative Commons Zero v1.0 Universal
3.51k stars 281 forks source link

Added Butterfly Server .NET #170

Closed firesharkstudios closed 6 years ago

firesharkstudios commented 6 years ago

Butterfly Server .NET - https://butterflyserver.io

Butterfly Server .NET allow building real-time apps simply by defining a Web API (handle POSTs, GETs, etc) and a Subscription API (allow subscribing to real-time changes to datasets defined in a familiar SELECT syntax). Handles automatically synchronizing datasets across connected clients. Targets .NET Standard 2.0, fully implements async/await, and does NOT depend on ASP.NET.