I am trying to host a shiny
application from my PC for my team. I am currently using the following code to set my PC as the server:
runApp(app, host = '192.***.2.**', port = 4444, launch.browser = T)
where app
is the shinyApp object. I shared the host address and port with my teammates. While the app works fine on my system, it fails to load in the browser of other PCs with this message :"took too long to respond". OS of my PC is Windows 10 and available RAM is 8gb.