1
0
mirror of synced 2025-02-16 15:33:24 +01:00

Proposal for compliance and scaling

This commit is contained in:
James Roger Cooper, PhD 2019-05-23 10:03:47 -04:00 committed by GitHub
parent ed6c73fc16
commit 5e2d9e00d2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -34,19 +34,23 @@ 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.
While you still have not done anything it's time to deploy your application. No code runs on any stack, including, but not limited to, AWS, GCP, Azure, and even on-premise servers. By running the following command you can deploy your application absolutely nowhere.
```
```
It's that simple.
It's that simple. And when it comes time to scale the application, all you have to do is:
No code is perfectly written for infinite horizontal and vertical scaling. Just update the configs found nowhere, and run the below command.
```
```
Run it as many times as needed. Note that no code automatically load balances nothing.
I know right?
### Compliance
No code also meets both GDPR and HIPAA compliance. By tracking no information, and not having any existant users, No code is able to remove all liability on the developer's part. (NOTE: all guarantees of compliance are waived if no code is altered, or used within another project. No code is not responsible for any data that is maintained in any persistant or ephemeral state. No code is only responsible for no data)
## Contributing