lmammino/distributed-jwt-cracker

Multi level architecture

Open

#4 opened on Oct 1, 2016

View on GitHub
 (0 comments) (0 reactions) (0 assignees)JavaScript (7 forks)github user discovery
enhancementhacktoberfesthelp wanted

Repository metrics

Stars
 (60 stars)
PR merge metrics
 (PR metrics pending)

Description

Allow to have multi level architecture where a server can receive connections from other servers.

We can then define a master server and a second level server.

When a second level server connects to a master server it requests an high number of batches that he can then distribute to clients that connect to it.

With this approach is possible to create large networks able to distribute the work to a large amount of clients.

Contributor guide