ngrok-javascript
ngrok-javascript copied to clipboard
Embed ngrok secure ingress into your Node.js apps with a single line of code.
Could you please consider Node-RED [integration](https://ngrok.com/docs/integrations/)? Here is ancient [nodered node](https://flows.nodered.org/node/node-red-contrib-ngrok) but it doesn't works properly.
This is a stripped-down version, of my working example I've been cultivating for a bit now, on my open-source repo (terrible name I know, but it gets the point across):...
When I close a connection using either the `listener.close()` or the `ngrok.disconnect(listener.url())` methods it does not close down the agent session, I can see the agent still active in my...
We are getting crash reports from customers using this on macOS Mojave (18). ``` Error: dlopen(/private/var/folders/rz/67fj5f3964z6vkrkfnwwvz7r0000gn/T/AppTranslocation/A7D6E97A-99AA-4291-B0E1-8EBDA7277519/d/COGS.app/Contents/Resources/app.asar.unpacked/.webpack/renderer/node_modules/@ngrok/ngrok-darwin-x64/ngrok.darwin-x64.node, 1): no... ``` Is there a workaround? I'm surprised the module doesn't load given...
Addresses #146
### SDK Version 1.4.1 ### What happened? The library takes a lot of time to start. Consider the following script: ```js import ngrok from '@ngrok/ngrok'; ngrok.consoleLog('TRACE'); try { const listener...
### SDK Version not know ### What happened? E:\temp\node_modules\@ngrok\ngrok\index.js:250 throw loadError ^ Error: The specified module could not be found. \\?\E:\temp\node_modules\@ngrok\ngrok-win32-x64-msvc\ngrok.win32-x64-msvc.node at Object..node (node:internal/modules/cjs/loader:1732:18) at Module.load (node:internal/modules/cjs/loader:1289:32) at Function._load (node:internal/modules/cjs/loader:1108:12)...
This just involves plumbing bindings through from the Rust SDK Closes AGENT-115
As mentioned in the title.