Git Product home page Git Product logo

Comments (4)

marshalhayes avatar marshalhayes commented on August 24, 2024

I have not.

If you follow best practices for both Remix and .NET, I bet you'd be fine. What are your concerns though?

from remixrundotnet.

TheYoxy avatar TheYoxy commented on August 24, 2024

The main problem I see is how to keep SSR from RemixJS while hosting inside an .net core app, like you're not using any backend provided by the framework itself and I don't see any ways that could works unless you have 2 different backends running, one for the Remix app and another for your .net core api

from remixrundotnet.

marshalhayes avatar marshalhayes commented on August 24, 2024

Good questions.

You'll need to run Remix and .NET as separate processes. In development, that happens simply by running the .NET app (and requests get proxied accordingly). In production however, you'd need to run Remix as one process and .NET as another.

As long as you can access both apps over the network, it should work well.

from remixrundotnet.

TheYoxy avatar TheYoxy commented on August 24, 2024

Yeah, that was my main concern, is it possible to have only one process for .net core app which would return the remix app.

Thanks for your time!

from remixrundotnet.

Related Issues (2)

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.