Kivach
Cascading donations
Add repoPopularDonorsF.A.Q.
My repos

Footer

Subscribe to our newsletter

The latest news, articles, and resources, sent to your inbox.

DiscordTelegramTwitterMediumFacebookYouTubeGitHub

All information about repositories belongs to their owners.

More information about Kivach in the introductory article.

Built on Obyte

Total donated
Undistributed
Share with your subscribers:

Recipients

How the donated funds are distributed

Support the dependencies of blakeembrey/server-address

Account's avatar
DefinitelyTyped/DefinitelyTyped
TypeScript definitions for jest
Account's avatar
DefinitelyTyped/DefinitelyTyped
TypeScript definitions for node
Account's avatar
typicode/husky
Modern native Git hooks
Account's avatar
jestjs/jest
Delightful JavaScript Testing.
Account's avatar
lint-staged/lint-staged
Lint files staged by git
Account's avatar
serviejs/popsicle
Advanced HTTP requests in node.js and browsers
Account's avatar
serviejs/popsicle-transport-http
Popsicle transport for sending requests over HTTP1 and HTTP2
Account's avatar
serviejs/servie
Standard HTTP interfaces for HTTP clients and servers in node.js and browsers
Account's avatar
serviejs/throwback
Simple asynchronous middleware pattern
Account's avatar
kulshekhar/ts-jest
A Jest transformer with source map support that lets you use Jest to test projects written in TypeScript
Account's avatar
palantir/tslint
An extensible static analysis linter for the TypeScript language
Account's avatar
prettier/tslint-config-prettier
Do you wanna use tslint and prettier without conflicts? tslint-config-prettier disables all conflicting rules that may cause such problems. Prettier takes care of formatting and tslint the rest.
Account's avatar
blakeembrey/tslint-config-standard
A TSLint config for JavaScript Standard Style
Account's avatar
microsoft/TypeScript
TypeScript is a language for application scale JavaScript development

Support the repos that depend on this repository

Top contributors

blakeembrey's profile
blakeembrey
29 contributions
dependabot[bot]'s profile
dependabot[bot]
10 contributions
greenkeeper[bot]'s profile
greenkeeper[bot]
2 contributions

Recent events

Kivach works on the Obyte network, and therefore you can track all donations.

No events yet
blakeembrey

blakeembrey/server-address

Listen to a randomly available port and resolve urls relative to the server address

TypeScript
6
0
MIT License

Server Address is a tiny Node.js utility that wraps an Express (or any HTTP) app, automatically listening on a randomly‑chosen free port and providing a convenient `url(path)` method to build fully‑qualified URLs (e.g., “http://127.0.0.1:58933/foo”). It’s aimed at developers who need a quick, programmatic way to spin up temporary servers—such as in tests, demos, or CLI tools—without manually handling port selection or URL construction.