Giter Club home page Giter Club logo

Comments (2)

emk avatar emk commented on August 17, 2024

The machine setup all happens here: https://github.com/emk/heroku-buildpack-rust/blob/master/bin/compile

Maybe you could use https://github.com/ddollar/heroku-buildpack-multi to run both a Node buildpack, then a Rust buildpack? It probably depends on exactly what you want.

from heroku-buildpack-rust.

lancecarlson avatar lancecarlson commented on August 17, 2024

@emk I think you answered this question adequately by mentioning the multi buildpack. @cburgdorf just make sure to include this rust buildpack and Heroku's official node buildpack (https://github.com/heroku/heroku-buildpack-nodejs) and it should work fine. The only issue I see you running into is that the the buildpacks might get a little schizophrenic because it's looking for both a node.js app AND a rust application. Both types of projects have different requirements to get loaded/bootstrap (ie nodejs package.json file). Is your project really a mix of both a node app and a Rust app? If so, I highly suggest you take another look at your project's requirements and possibly consider splitting the applications apart into separate smaller projects. Another option is to completely get rid of the Node bits and just write everything in Rust. 💯

from heroku-buildpack-rust.

Related Issues (20)

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.