英文:
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
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.
通过集体智慧和协作来改善编程学习和解决问题的方式。致力于成为全球开发者共同参与的知识库,让每个人都能够通过互相帮助和分享经验来进步。
评论