lmammino/distributed-jwt-cracker

Ability to restore the server with its internal state after a failure or a manual shutdown

Open

#2 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

This requires the usage of some form of data persistency. A JSON file should be more than ok given that the state can be represented by the nextBatch and the list of batches currently under processing.

Contributor guide