Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/friz-zy/how-it-works
A curated list of software architecture and best practices
https://github.com/friz-zy/how-it-works
Last synced: 25 days ago
JSON representation
A curated list of software architecture and best practices
- Host: GitHub
- URL: https://github.com/friz-zy/how-it-works
- Owner: Friz-zy
- License: apache-2.0
- Created: 2015-12-06T18:14:03.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2015-12-20T17:59:55.000Z (about 9 years ago)
- Last Synced: 2023-03-23T01:56:27.854Z (almost 2 years ago)
- Size: 6.84 KB
- Stars: 2
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# How It Works
## Table of Contents
* [Architecture](#architecture)
- [Web Servers](#web-servers)
- [Security](#security)
- [Point to Point](#point-to-point)
- [Abstract](#abstract)
* [Bad Design](#bad-design)
* [Another Information Sources](#another-information-sources)## Architecture
### Web Servers
* [Nginx](https://www.nginx.com/blog/inside-nginx-how-we-designed-for-performance-scale/); [Ru](http://habrahabr.ru/company/latera/blog/273283/)
* [H2O](http://h2o.ai/blog/2014/03/h2o-architecture/)### Security
* [Vault](https://www.vaultproject.io/docs/internals/architecture.html)
### Point to Point
* [IPFS](https://github.com/RichardLitt/ipfs-textbook)
* [TOR](http://jordan-wright.com/blog/2015/02/28/how-tor-works-part-one/)### Abstract
* [microservices](http://microservices.io/)
## Bad design
* [Telegram Mobile Client](https://oflisback.github.io/telegram-stalking/)
## Another Information Sources
* ['The Architecture of Open Source Applications' books](http://www.aosabook.org/en/index.html)