GitXplorerGitXplorer
H

charge-uptime-nodejs

public
0 stars
0 forks
0 issues

Commits

List of commits on branch main.
Unverified
df0f059c3edafbab88c4815ecfe920e11180c708

docs: add readme

HHallexCosta committed 3 years ago
Unverified
aa983c3752c8f3cbbccd54523353c35c1312ff92

feat: add project

HHallexCosta committed 3 years ago

README

The README file for this repository.

Charge Uptime with Cluster Node.js

This example show how to node.js work with clusters in chaotic cases when app die because an error unexpected.

Requirements

  • Node.js (v17.5.0)
  • Autocannon (v17.5.0)
  • Yarn (v1.22.17)
  • NPM (vl8.4.1)

How to start?

## Entry cluster api
$ cd cluster-api/

## Start app
$ yarn start

Run charge tests

$ yarn test

Inspired by Erick Wendel