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

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

nocodehttps://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.

1
2


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

1
2


The possibilities are endless.

Building the Application

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

1
2


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

1
2


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.

1
2


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

1
2


I know right?

Contributing

You don’t.

推荐文章