佛系编程[如何创建一个安全可靠的应用程序]

时间:2022-05-07
本文章向大家介绍佛系编程[如何创建一个安全可靠的应用程序],主要内容包括No Code、Contributing、基本概念、基础应用、原理机制和需要注意的事项等,并结合实例形式分析了其使用技巧,希望通过本文能帮助到大家理解应用这部分内容。

推荐最近在GitHub上很火的一个项目,按照介绍,你也可以创建一个安全可靠的应用程序

项目地址在>>> nocode https://github.com/kelseyhightower/nocode

以下是项目介绍

No Code

No code is the best way to write secure and reliable applications. Write nothing; deploy nowhere.

Getting Started

Start by not writing any code.

This is just an example application, but imagine it doing anything you want. Adding new features is easy too:

The possibilities are endless.

Building the Application

Now that you have not done anything it's time to build your application:

Yep. That's it. You should see the following output:

Deploying

While you still have not done anything it's time to deploy your application. By running the following command you can deploy your application absolutely nowhere.

It's that simple. And when it comes time to scale the application, all you have to do is:

I know right?

Contributing

You don't.

看完你是不是也能创建一个安全可靠的程序了?