“Server for Visual Studio Code Extension” 可翻译为 “Visual Studio Code 扩展的服务器”。

huangapple go评论53阅读模式
英文:

Server for Visual Studio Code Extension

问题

我正在尝试获取一个免费的云服务器,以存储我的用户数据(在获得他们的同意后),并将其用于我的Visual Studio Code扩展程序。

我曾考虑使用Firebase,但在尝试创建服务器时,我了解到它只适用于iOS、Android和Web应用程序、Unity项目和Flutter项目。

是否有任何方法或平台可以在免费的云服务器上存储我的用户数据,以便可以由VS Code扩展程序访问?

英文:

I'm trying to get access to a free cloud server to store data about my users (upon receiving their consent) from my Visual Studio Code Extension.

I thought I could use Firebase, but while in attempt to create a server, I learned that it is only tailed towards iOS, android and web applications, unity projects and flutter projects.

Is there any way or platform that I can store data on about my user's in a free cloud server that can be accessed by a VS code extension?

答案1

得分: 0

如果您正在为您的VS Code扩展请求免费的DB,我建议使用Azure的免费服务:

https://azure.microsoft.com/en-us/pricing/free-services

如果您的请求不是太多,我认为这应该是您存储用户数据的正确方式。

上面是永久免费的服务,Azure还提供一些12个月免费的服务,如Azure存储和Azure SQL。

英文:

If you are requesting a Free DB for your VS Code extension, I will suggest using the free services of Azure:

https://azure.microsoft.com/en-us/pricing/free-services

“Server for Visual Studio Code Extension” 可翻译为 “Visual Studio Code 扩展的服务器”。

If the requests on your side isn't too many, I think this should be the correct way for you to store data about your users.

Above is always free service, the Azure also has some 12 months free service such as Azure storage and Azure SQL.

huangapple
  • 本文由 发表于 2023年6月1日 04:20:20
  • 转载请务必保留本文链接:https://go.coder-hub.com/76376998.html
匿名

发表评论

匿名网友

:?: :razz: :sad: :evil: :!: :smile: :oops: :grin: :eek: :shock: :???: :cool: :lol: :mad: :twisted: :roll: :wink: :idea: :arrow: :neutral: :cry: :mrgreen:

确定