serviejs / servieLinks
Standard, framework-agnostic HTTP interfaces for JavaScript servers and clients
☆41Updated 2 years ago
Alternatives and similar repositories for servie
Users that are interested in servie are comparing it to the libraries listed below
Sorting:
- Make your own nested errors☆69Updated 6 months ago
- Get CI environment variables for parallelizing builds☆38Updated 5 years ago
- An asynchronous middleware pattern☆27Updated 2 years ago
- Node filesystem spies and mocks☆50Updated 4 months ago
- Ensures a value is a valid error by making it one if not☆86Updated 4 months ago
- Get namespaced config from the closest package.json☆121Updated 2 years ago
- Get the first fulfilled promise that satisfies the provided testing function☆77Updated last week
- `trough` is middleware☆70Updated 2 years ago
- Conditional promise chains☆63Updated 4 years ago
- 👩💻 API generator that lets you write code as if you had serverside eval on the client☆16Updated 2 years ago
- Glob to regular expression with support for extended globs.☆75Updated last year
- ES2015 to CommonJS import/export transformer☆59Updated 2 years ago
- Create a lazily evaluated value☆69Updated 4 years ago
- Make a promise always fulfill with its actual fulfillment value or rejection reason☆56Updated 4 months ago
- ☆36Updated 5 years ago
- Run promise-returning & async functions repeatedly until you end it☆48Updated last week
- Compose promise-returning & async functions into a reusable pipeline☆126Updated 4 years ago
- Wrapper around fs.watch that falls back to fs.watchFile☆54Updated 5 years ago
- Tuples and value objects for JavaScript 🤷☆63Updated 2 years ago
- Get the path of the caller module☆67Updated 4 years ago
- Tiny type-safe event emitter☆26Updated 2 years ago
- Make your own error types!☆70Updated 3 years ago
- Import a module like with `require()` but from the current working directory☆54Updated 3 years ago
- Input module for Listr☆33Updated 5 years ago
- Reduce a list of values using promises into a promise for a value☆74Updated 2 years ago
- An ES6 Tagged String Literal tag that can interpolate Node.JS streams, strings, arrays and Promises and produces a stream.☆116Updated 7 years ago
- Get the arguments of a function, arrow function, generator function, async function