Code Monkey home page Code Monkey logo

dna-redux's Introduction

dna-redux

Playground for running C#/F# code in Node.js, Browsers or Native (x86/ARM).

  • The CIL is running in a portable .NET runtime called DotNetAnywhere (DNA).
  • For Node.js/Browser targets it's compiled to WebAssembly with Emscripten.

Based on the excellent works of:

Features:

  • Supports both C# and F#.
  • Runs in Node.js, Browsers or Native (x86/ARM).
  • Uses .NET Core 2.0 (targeting netstandard1.3 and above).
  • the BCL (corlib) implementation is somewhat minimal.

Changes vs stock DNA/Blazor:

  • added F# support.
  • Performance updates.
  • JIT updates and fixes.
  • corlib updates and fixes.
  • JavaScript interop updates.
  • Razor/SPA removed for clarity.

Disclaimer:

  • This is just an experiment to see how far can this be taken without too much effort and what the performance looks like. Obviously it would be nice to have faster GC or highly optimized JIT like RyuJIT to target WebAssembly, but you can still have fun with this now and see what the future of web development may look like.

Building:

  • dotnet build && npm install && npm run build
  • or just use build.cmd to build, VS Code to edit/run.

Running:

  • Running in Node.js: npm start

  • Running in Browser: npm run server to start a web server, then go to localhost:5000 (hint: look in the Console output)

  • Running as Native: see src/DNA/native

  • You can run it in VS Code, just select a debug config and hit F5.

  • The C#, C/C++, Ionide-fsharp, Debugger for Chrome and TSLint extensions for VS Code are highly recommended, but optional.

Further reading:

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.