java - 不用搭建服务器。用什么办法可以保存客户端发送的消息?
巴扎黑
巴扎黑 2017-04-17 17:45:05
0
2
462

不用搭建服务器的情况下,如何发送文笔消息给一个地方保存? 比如申请一个邮箱,然后用客户端协议登陆邮箱,然后发送。
这样不知道客户端数量较大时会不会被封IP。还有什么其他的好办法吗?比如直接放到GITHUB?

巴扎黑
巴扎黑

reply all(2)
大家讲道理

I feel like the description of the topic is not very clear. For example, what if you don’t build it? 服务器,那何来客户端?
Secondly, I feel like you want to use a mailbox as a database? It seems that the mailboxes of larger companies, such as QQ, seem to have to apply for third-party login mailboxes, and it is not easy to use POP and SMTP protocols.

If you just want to use a machine to store information, and the information is unidirectional, you can just save it as text information. If you need bidirectional information, then use a database.

黄舟

You can use RPC protocol, such as Thrift

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!