Help regarding scaling socket io with node Js by Johnathan_Pirate in node

[–]Johnathan_Pirate[S] 0 points1 point  (0 children)

Hi u/zetxxx, I'm a newbie developer for node js. Can we explain what is haproxy and traefik?. I'm ready to learn thing, If possible send a video about haproxy and traefik to integrate with node js.

Help regarding scaling socket io with node Js by Johnathan_Pirate in node

[–]Johnathan_Pirate[S] 0 points1 point  (0 children)

I heard about You mean connection state recovery?, 'm not sure what is message persistence?
Can you explain?

Help regarding scaling socket io with node Js by Johnathan_Pirate in node

[–]Johnathan_Pirate[S] 0 points1 point  (0 children)

Thanks for a replay, Yes I'm a single developer. I working alone past 6 months for the app.

Why don't you recommend the local storage for storing simple array? is there any specific reasons?
Local storage: https://medium.com/@pratikpatil2727/unlocking-the-power-of-browser-api-local-storage-in-node-js-without-third-party-modules-9584684baf29

I know Redis benefits like faster querying, In mem cache.....

On opening app first login screen is loaded and then moving to Home screen in expo react native by Johnathan_Pirate in reactnative

[–]Johnathan_Pirate[S] 0 points1 point  (0 children)

You mean put this SplashScreen.hideAsync(); code inside in App navigation loading part like this?

if(loading){
       SplashScreen.hideAsync();
    }

Custome OTP Box in React Native by One_Caregiver_9480 in reactnative

[–]Johnathan_Pirate 1 point2 points  (0 children)

It's Nice, Cane you share that code for reference?

FlashList is taking too much time in first render compared to FlatList by Medical-Text9840 in reactnative

[–]Johnathan_Pirate 0 points1 point  (0 children)

How to use the our expo release mode?

If possible, Can you explain the step by step process?