You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello! I'm currently developing a React Native app for Windows and I'm looking to implement a feature that allows communication between my various apps without needing an internet connection. Additionally, I aim to use an SQL Database to store information across all computers involved.
To achieve this, I'm considering setting up a local server to facilitate communication between computers connected via Ethernet, as they will all be located in the same physical space. I believe that utilizing WebSockets in UWP (Universal Windows Platform) could be a viable approach for this purpose.
One aspect I'm curious about is the feasibility of running the server on a computer that is not exclusively used as a server. In other words, this computer would also run the React Native app, interact with the SQL database, and manage its internal server operations. I'm wondering if anyone has experience with setting up such a system using React Native Windows (RNW) and could offer any recommendations.
As I already have the application developed and it currently communicates with an external server, I'm looking for guidance on what resources or documentation I should consult to transition to a local server setup.
Has anyone undertaken a similar project with RNW, and if so, could you share your insights or point me towards useful resources? This revision aims to maintain the original intent and details of the message while improving its readability and structure.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hello! I'm currently developing a React Native app for Windows and I'm looking to implement a feature that allows communication between my various apps without needing an internet connection. Additionally, I aim to use an SQL Database to store information across all computers involved.
To achieve this, I'm considering setting up a local server to facilitate communication between computers connected via Ethernet, as they will all be located in the same physical space. I believe that utilizing WebSockets in UWP (Universal Windows Platform) could be a viable approach for this purpose.
One aspect I'm curious about is the feasibility of running the server on a computer that is not exclusively used as a server. In other words, this computer would also run the React Native app, interact with the SQL database, and manage its internal server operations. I'm wondering if anyone has experience with setting up such a system using React Native Windows (RNW) and could offer any recommendations.
As I already have the application developed and it currently communicates with an external server, I'm looking for guidance on what resources or documentation I should consult to transition to a local server setup.
Has anyone undertaken a similar project with RNW, and if so, could you share your insights or point me towards useful resources? This revision aims to maintain the original intent and details of the message while improving its readability and structure.
Beta Was this translation helpful? Give feedback.
All reactions