pbmock
tiny library to mock pb data
tiny library to mock pb data
A react renderer for express
Serves JSON files through REST routes.
Powerful pipes for TypeScript, that chain Promise and ADT for you
just a mock server
mock registry for publishing
基于express 搭建前端代理以及本地模拟服务,方便前端开发
An electron-based mock server and tunneling proxy
mock q2 tecton api
Create shapes and structures dynamically
a simple koa server for mockjs
`ngx-testbedder` helps you to write the TestBed for an Angular (2.0+) application.
Given an object, pick a random key-value and return it in a new object.
An NPM module for mocking a connection to a PostgreSQL database.
pg-pool-mocker is a nodejs tool to mock a node pg pool
REST style mock server, provides data with JSON format.
quick-mock-middleware 从[umi-mock](https://github.com/umijs/umi/tree/master/packages/umi-mock)中间件中抽出的,可用于兼容 express、webpack-dev-server 等
This is a tool to create a web server and mock data quickily. It consists of [express](https://github.com/expressjs/express) and [http-proxy-middleware](https://github.com/chimurai/http-proxy-middleware).
Stupidly simple stubbing/mocking for your require statements.
A mock server for Restful API powered by restify (add OPTIONS method to all routes automatically to support Cross-origin resource sharing) ### Get start ```sh cd /path/to/project npm init -y npm i restify-mock ``` ### Usage - *serve* ```js const {MockServ