Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

The Everything is Real-Time C# Backend for Single Page Applications

License

NotificationsYou must be signed in to change notification settings

firesharkstudios/butterfly-server

Repository files navigation

The Everything is Real-Time C# Backend for Single Page Applications

Overview

Butterfly.Server is a set of packages that can be used separatelyor can be used together to create integrated solutions to createmodern web apps with a C# backend. The purpose of this repo is to show examples of how to use the components together.

Butterfly.Server is especially well suited to powering SPAs (single page applications) by providing...

  • ARESTlike API enabling clients to receive static data and perform actions
  • ASubscription API enabling clients to automatically receive real-time updates when data changes
  • ADatabase API that avoids object-relational mappings and publishes data change events
  • AMessaging API that provides a consistent API to send emails and texts

Butterfly.Server consists of the following components...

Butterfly.Server...

  • Targets.NET Framework 2.1 (.NET Core 3.0)
  • Fully supports async/await
  • Doesnot depend on ASP.NET
  • Doesnot use polling for real-time updates

Star Us Please star this project if you find it interesting

Examples

The following examples are a good way to understand how to use theButterfly.Server components...

Install from Nuget

NamePackageInstall
Butterfly.Authnugetnuget install Butterfly.Auth
Butterfly.Dbnugetnuget install Butterfly.Db
Butterfly.Db.MySqlnugetnuget install Butterfly.Db.MySql
Butterfly.Db.Postgresnugetnuget install Butterfly.Db.Postgres
Butterfly.Db.SQLitenugetnuget install Butterfly.Db.SQLite
Butterfly.Db.SqlServernugetnuget install Butterfly.Db.SqlServer
Butterfly.Webnugetnuget install Butterfly.Web
Butterfly.Web.EmbedIOnugetnuget install Butterfly.Web.EmbedIO
Butterfly.Web.RedHttpServernugetnuget install Butterfly.Web.RedHttpServer
Butterfly.Utilnugetnuget install Butterfly.Util

Install from Source Code

Get the source from these repos...

In the Wild

Build Hero is a collaborative tool for general contractors, subcontractors, and customers to collaborate on remodel projects. Themy.buildhero.io site and the Android app are all powered byButterfly.Server.

MotionAlerts.ai is a tool that uses AI to filter security camera alerts.. Themy.motionalerts.ai site and the Android app are all powered byButterfly.Server.

Notice in the production apps above how everything updates in real-time across all connected clients when changes happen.

Similar Projects

Licensing

The code is licensed under theMozilla Public License 2.0.

About

The Everything is Real-Time C# Backend for Single Page Applications

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Contributors4

  •  
  •  
  •  
  •  

[8]ページ先頭

©2009-2025 Movatter.jp