mooch
mooch
DDeno
Created by mooch on 6/29/2023 in #help
Proxying a Rust API using FFI?
I have a rust application that serves a rest api that runs in a container. I also have a deno cli that acts as a client for the api, among other things. A usecase came up where a user of the CLI would want to spin up the rust API for "testing" but will not have access to the api. For this use case, I would like to package the rust api with the deno cli as a library and add a command to the cli named something like serve, which starts the rust web server. The problem is that the deno cli already has its own serve command with its own rest api. Is it possible to hook the rust api up with the deno native http server?
2 replies
DDeno
Created by mooch on 12/20/2022 in #help
Can you specify a git hash instead of version for npm modules?
As the title mentions, I'd like to use a specific commit for an npm package. Is this possible?
2 replies
DDeno
Created by mooch on 12/19/2022 in #help
discord.js with new npm imports
Has anyone successfully used https://www.npmjs.com/package/discord.js with Deno's new import functionality? I ran their basic example and found it hangs without error when trying to login using Client.login
8 replies