All Projects → fsbolero → Bolero

fsbolero / Bolero

Licence: apache-2.0
Bolero brings Blazor to F# developers with an easy to use Model-View-Update architecture, HTML combinators, hot reloaded templates, type-safe endpoints, advanced routing and remoting capabilities, and more.

Programming Languages

fsharp
127 projects

Projects that are alternatives of or similar to Bolero

Vim.wasm
Vim editor ported to WebAssembly
Stars: ✭ 4,915 (+641.33%)
Mutual labels:  webassembly
Webassemblyjs
Toolchain for WebAssembly
Stars: ✭ 566 (-14.63%)
Mutual labels:  webassembly
Interplanetary Postal Service
Lunar lander type game with computational fluid dynamics
Stars: ✭ 620 (-6.49%)
Mutual labels:  webassembly
Capstone
Capstone disassembly/disassembler framework: Core (Arm, Arm64, BPF, EVM, M68K, M680X, MOS65xx, Mips, PPC, RISCV, Sparc, SystemZ, TMS320C64x, Web Assembly, X86, X86_64, XCore) + bindings.
Stars: ✭ 5,374 (+710.56%)
Mutual labels:  webassembly
Awesome Blazor
Resources for Blazor, a .NET web framework using C#/Razor and HTML that runs in the browser with WebAssembly.
Stars: ✭ 6,063 (+814.48%)
Mutual labels:  webassembly
Astro
A fun safe language for rapid prototyping and high performance applications
Stars: ✭ 588 (-11.31%)
Mutual labels:  webassembly
Vmir
Virtual Machine for Intermediate Representation
Stars: ✭ 514 (-22.47%)
Mutual labels:  webassembly
Tinyalloc
malloc / free replacement for unmanaged, linear memory situations (e.g. WASM, embedded devices...)
Stars: ✭ 644 (-2.87%)
Mutual labels:  webassembly
Cheerp Meta
Cheerp - a C/C++ compiler for Web applications - compiles to WebAssembly and JavaScript
Stars: ✭ 565 (-14.78%)
Mutual labels:  webassembly
Wasm Loader
✨ WASM webpack loader
Stars: ✭ 604 (-8.9%)
Mutual labels:  webassembly
Dotnet Webassembly
Create, read, modify, write and execute WebAssembly (WASM) files from .NET-based applications.
Stars: ✭ 535 (-19.31%)
Mutual labels:  webassembly
Tesseract.js
Pure Javascript OCR for more than 100 Languages 📖🎉🖥
Stars: ✭ 25,246 (+3707.84%)
Mutual labels:  webassembly
Glchaos.p
3D GPUs Strange Attractors and Hypercomplex Fractals explorer - up to 256 Million particles in RealTime
Stars: ✭ 590 (-11.01%)
Mutual labels:  webassembly
Wasmtime
Standalone JIT-style runtime for WebAssembly, using Cranelift
Stars: ✭ 6,413 (+867.27%)
Mutual labels:  webassembly
Graphql Client
Typed, correct GraphQL requests and responses in Rust
Stars: ✭ 620 (-6.49%)
Mutual labels:  webassembly
Binaryen
Compiler infrastructure and toolchain library for WebAssembly
Stars: ✭ 5,294 (+698.49%)
Mutual labels:  webassembly
Element Blazor
A Web UI Library based on Element and Blazor WebAssembly.
Stars: ✭ 585 (-11.76%)
Mutual labels:  webassembly
Pib
PHP in Browser (powered by WebAssembly)
Stars: ✭ 649 (-2.11%)
Mutual labels:  webassembly
Securityworker
The best javascript code protection solution ever.
Stars: ✭ 626 (-5.58%)
Mutual labels:  webassembly
Gfile
Direct file transfer over WebRTC
Stars: ✭ 598 (-9.8%)
Mutual labels:  webassembly

Bolero - F# Tools for Blazor

Build status Nuget

Bolero is a set of tools and libraries to run F# applications in WebAssembly using Blazor.

It includes:

  • HTML functions using a familiar syntax similar to WebSharper.UI or Elmish.React.
  • Templating to write HTML in a separate file and bind it to F# using a type provider.
  • Elmish integration: run an Elmish program as a Blazor component, and Blazor components as Elmish views.
  • Routing: associate the page's current URL with a field in the Elmish model, defined as a discriminated union. Define path parameters directly on this union.
  • Remoting: define asynchronous functions running on the server and simply call them from the client.
  • F#-specific optimizations: Bolero strips F# signature data from assemblies to reduce the size of the served application.

Getting started with Bolero

To get started, you need the following installed:

  • .NET SDK 5.0. Download it here.

Then:

  • Run build.cmd

To learn more, you can check the documentation.

Contributing

Bolero welcomes contributions! If you wish to report issues, propose ideas, or submit pull requests, please use the issue tracker. See also the contributing guide to get started on working on this repository.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].