在离线网络上使用Firebase [英] using firebase on offline networks

查看:159
本文介绍了在离线网络上使用Firebase的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我有一个没有互联网连接的50台电脑的内部网络;是否可以使用firebase在这些计算机之间共享数据 - 例如聊天程序?我在这个领域有限的知识暗示这应该是可能的,如果firebase api被下载到本地网络和引用本地表达式而不是网络链接 - 这是可能的吗?
谢谢
Greg

解决方案

Firebase是一项云服务,其中所有数据均从其中载入并同步到云端。目前没有Firebase服务器可以在本地运行,所以在没有互联网连接的情况下无法运行。



虽然Firebase在穿透代理/防火墙方面做得非常好,所以如果你担心你的公司的网络连接可能会阻止它,我建议至少先试一下 - 这可能会起作用,除非你根本没有互联网连接。


I have a intranet network of 50 computers without an internet connection; is it possible to use firebase to share data across these computers - for example, a chat program? My limited knowledge in this field hints that this should be possible if the firebase api was downloaded to the local network and referenced with local expressions rather than web links - is this possible? Thank you Greg

解决方案

Firebase is a cloud service where all data is loaded from and synced back to the cloud. Currently there's no Firebase server that can be run locally, so it won't work without an internet connection.

Firebase does a very good job of punching through proxies / Firewalls though, so if you're concerned that your company's network connection might block it, I recommended at least giving it a try first -- it will probably work, unless you literally have no internet connection at all.

这篇关于在离线网络上使用Firebase的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆