GithubHelp home page GithubHelp logo

arashazhdary / bitplatform Goto Github PK

View Code? Open in Web Editor NEW

This project forked from bitfoundation/bitplatform

0.0 0.0 0.0 56.43 MB

Build everything for everywhere using what you already know and love ❤️

Home Page: https://bitplatform.dev

License: MIT License

Shell 0.11% JavaScript 0.33% Smalltalk 0.39% C# 58.97% PowerShell 0.05% TypeScript 1.69% CSS 0.31% HTML 25.54% Batchfile 0.14% SCSS 12.47%

bitplatform's Introduction

Header


License Code size CI Status NuGet version Nuget downloads


🧾 Introduction

bit platform is the home ❤️ for .NET developers.

Using C#, HTML, and CSS it offers a full featured dotnet project template equipped with a lot of features a .NET developer needs. With this template, one can also easily switch between different app modes:

  • Blazor Server: Best for fast development and debugging with hot reload. With the Blazor Server hosting model, the app is executed on the server from within an ASP.NET Core app. UI updates, event handling, and JavaScript calls are handled over a SignalR connection using the WebSockets protocol.
  • Blazor WebAssembly: Best for SPA deployment. Blazor WebAssembly (WASM) apps run client-side in the browser on a WebAssembly-based .NET runtime. The Blazor app, its dependencies, and the .NET runtime are downloaded to the browser. The app is executed directly on the browser UI thread. UI updates and event handling occur within the same process.
  • Blazor Auto: Blazor seamlessly combines Blazor Server and WebAssembly. This approach enhances user interaction initially through Blazor Server, while simultaneously downloading Blazor WebAssembly for subsequent visits, reducing server load.
  • Blazor Hybrid - MAUI: Blazor can also be used to build native client apps using a hybrid approach. Hybrid apps are native apps that leverage web technologies for their functionality. In a Blazor Hybrid app, Razor components run directly in the native app (not on WebAssembly). Blazor Hybrid is on top of .NET MAUI and has access to all native features of supported platforms (Android, iOS, macOS and Windows)

With different deployment types:

  • SPA: It's referring to a Typical Single Page Application (SPA) without pre-rendering. Best for development / debugging. It is the default option.
  • PWA: A Blazor WebAssembly app built as a Progressive Web App (PWA) uses modern browser APIs to enable many of the capabilities of a native client app, such as working offline, running in its own app window, launching from the host's operating system, receiving push notifications, and automatically updating in the background.
  • SPA-Prerendered: Server-side rendering (SSR), is the ability of an application to contribute by displaying the web-page on the server instead of rendering it in the browser. Blazor pre-renders the requested page on the server and sends it as a static page, then later the page becomes an interactive Blazor app on the client. This behavior is intended to serve pages quickly to search engines with time-based positioning. It improves SEO.
  • PWA-Prerendered: Almost the same as the SPA version, but with the PWA capability which reduces the toll on the server considerebly after the first render.
  • Prerender-Only: Statically renders the component with the specified parameters without any interactivity on the client. It's recommended when the target is building a static content like a landing page.

This project template is powered by bit BlazorUI components, which are super-fast 🌶 and lightweight making them the best toolbox for developing common apps.


🎁 OSS Showcases

The following apps are our open-source projects powered by the bit platform showcasing the different capabilities of our toolchain:

   Web       iOS    Android Windows macOS
bit BlazorUI Prerendered PWA iOS app Android app Windows app macOS app
Todo Prerendered PWA iOS app Android app Windows app macOS app
AdminPanel SPA iOS app Android app Windows app macOS app

How to contribute?

We welcome contributions! Many people all over the world have helped make this project better.


Contributions

Alt

bitplatform's People

Contributors

ysmoradi avatar msynk avatar cyrus-sushiant avatar maryamhdr avatar sajadkardel avatar mhrastegari avatar somayeebrahimi avatar msangtarash avatar zoha-shobbar avatar milad-karimifard avatar md23mh avatar saeedhalab avatar meysambahadori avatar farshaddavoudi avatar khashayar-pakkhesal avatar darius-khll avatar hamedmoghadasi avatar rezakargar avatar lone-mirza avatar mohabbati avatar 0xsamman avatar mirza-developer avatar behzad888 avatar 1saeedsalehi avatar rypedram avatar bitsali avatar zahra-yousefi avatar taha-ghadirian avatar fatemehnoroozi avatar hamedhajiloo avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.