Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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)