Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add new category supervisor and adding some libraries #61

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
8 changes: 8 additions & 0 deletions README.md
Expand Up @@ -4,6 +4,7 @@ A curated list of amazingly awesome Erlang libraries, resources and shiny thing
- [Awesome Erlang](#awesome-Erlang)
- [Package Management](#package-management)
- [Release Management](#release-management)
- [Supervisor](#supervisor)
- [Configuration Management](#configuration-management)
- [Codebase Maintenance](#codebase-maintenance)
- [Web Frameworks](#web-frameworks)
Expand Down Expand Up @@ -51,6 +52,11 @@ A curated list of amazingly awesome Erlang libraries, resources and shiny thing

* [relx](https://github.com/erlware/relx) - A release assembler for Erlang.

## Supervisor
*Libraries and tools for supervising Erlang processes.*

* [director](https://github.com/Pouriya-Jahanbakhsh/director) - Fast, powerful and useful process supervisor library with different approaches.

## Configuration Management
*Libraries and tools related to configuration management.*

Expand Down Expand Up @@ -156,6 +162,7 @@ A curated list of amazingly awesome Erlang libraries, resources and shiny thing
*Libraries and tools for working with actors and such.*

* [poolboy](https://github.com/devinus/poolboy) - A hunky Erlang worker pool factory.
* [lb](https://github.com/Pouriya-Jahanbakhsh/lb) - Load-Balancer for spreading Erlang messages to other processes/ports.

## Date and Time
*Libraries for working with dates and times.*
Expand Down Expand Up @@ -218,6 +225,7 @@ A curated list of amazingly awesome Erlang libraries, resources and shiny thing
* [gossiperl](https://github.com/gossiperl/gossiperl) - Language agnostic gossip middleware and message bus written in Erlang.
* [nat_upnp](https://github.com/benoitc/nat_upnp) - Erlang library to map your internal port to an external using UNP IGD.
* [ranch](https://github.com/ninenines/ranch) - Socket acceptor pool for TCP protocols.
* [sockerl](https://github.com/Pouriya-Jahanbakhsh/sockerl) - Library for implementing servers, clients and client pool in TCP protocols.

## Internet of Things
*Libraries and tools for interacting with the physical world.*
Expand Down