bigviking
bigviking
RRailway
Created by bigviking on 12/6/2023 in #✋|help
Proper Connecting String Syntax for Private Services
Thank you sir.
19 replies
RRailway
Created by bigviking on 12/6/2023 in #✋|help
Proper Connecting String Syntax for Private Services
Its late..
19 replies
RRailway
Created by bigviking on 12/6/2023 in #✋|help
Proper Connecting String Syntax for Private Services
I could have sworn I read that page a half dozen times
19 replies
RRailway
Created by bigviking on 12/6/2023 in #✋|help
Proper Connecting String Syntax for Private Services
Oh for .... lfg
19 replies
RRailway
Created by bigviking on 12/6/2023 in #✋|help
Proper Connecting String Syntax for Private Services
I had to do this in my Express app. And now it can accept IPv6 connections. Someone should add this to your docs. It took me hours for something really simple (beginner).
const hostname = '::';

// http server start
httpServer.listen(PORT, hostname, () => {
logger.info(
`Apollo/GraphQL websocket service is live on endpoint: ${PORT}/graphql`
);
});
const hostname = '::';

// http server start
httpServer.listen(PORT, hostname, () => {
logger.info(
`Apollo/GraphQL websocket service is live on endpoint: ${PORT}/graphql`
);
});
19 replies
RRailway
Created by bigviking on 12/6/2023 in #✋|help
Proper Connecting String Syntax for Private Services
After some more reading I came across this.
You will need to bind to a IPv6 port to receive traffic on the private network.
You will need to bind to a IPv6 port to receive traffic on the private network.
How would I implement this in an express application so another app can privately talk to it?
19 replies
RRailway
Created by bigviking on 12/6/2023 in #✋|help
Proper Connecting String Syntax for Private Services
OK after another few hours I must be not understanding how to access services via private endpoints from within the network. When using the service's public address I have no problems whatsoever.
19 replies
RRailway
Created by bigviking on 12/6/2023 in #✋|help
Proper Connecting String Syntax for Private Services
<< Hold off on responding to this just working something out >>
19 replies
RRailway
Created by bigviking on 12/6/2023 in #✋|help
Proper Connecting String Syntax for Private Services
Public API for the service works. I can query it from Postman.
19 replies
RRailway
Created by bigviking on 12/6/2023 in #✋|help
Proper Connecting String Syntax for Private Services
db989257-d5bb-4cba-acd6-bc0aa22606a5
19 replies
RRailway
Created by bigviking on 12/1/2023 in #✋|help
Best Way to Run a Weekly Cron Job
Awesome, thanks Brody.
10 replies
RRailway
Created by bigviking on 11/29/2023 in #✋|help
Bind Express App to IPv6?
Yes, this is answered! Thanks Brody.
45 replies
RRailway
Created by bigviking on 12/1/2023 in #✋|help
Best Way to Run a Weekly Cron Job
10 replies
RRailway
Created by bigviking on 12/1/2023 in #✋|help
Best Way to Run a Weekly Cron Job
db989257-d5bb-4cba-acd6-bc0aa22606a5
10 replies
RRailway
Created by bigviking on 11/29/2023 in #✋|help
Bind Express App to IPv6?
Just updated it, thanks.
45 replies
RRailway
Created by bigviking on 11/29/2023 in #✋|help
Bind Express App to IPv6?
thats neat, let me give it a shot
45 replies
RRailway
Created by bigviking on 11/29/2023 in #✋|help
Bind Express App to IPv6?
ah.. add the http:// before the ${{....}} ref?
45 replies
RRailway
Created by bigviking on 11/29/2023 in #✋|help
Bind Express App to IPv6?
No description
45 replies
RRailway
Created by bigviking on 11/29/2023 in #✋|help
Bind Express App to IPv6?
No description
45 replies
RRailway
Created by bigviking on 11/29/2023 in #✋|help
Bind Express App to IPv6?
No description
45 replies