1.1.1 • Published 4 years ago

pickright-mars v1.1.1

Weekly downloads
-
License
ISC
Repository
-
Last release
4 years ago

Pickright-mars

N|Solid

Pickright-mars is a consul service discovery,

  • service discovery
  • health check
  • node microservices

New Features!

const express = require('express');
const app = express();
const port = 3000
const pickrightMars = require('Pickright-mars');
app.listen(port, () => console.log(`Example app listening at http://localhost:${port}`));
pickrightMars.enable(true).serverport(3000).servicename('test_service').tags(["urlprefix-/foo"]).build(app);
1.1.1

4 years ago

1.1.0

4 years ago

1.0.5

4 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago