Skip to content

Commit

Permalink
Update link to MockIt
Browse files Browse the repository at this point in the history
  • Loading branch information
gamtiq committed Dec 3, 2024
1 parent ae09bb2 commit fcff2fe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -587,7 +587,7 @@
- [Live Server](http://tapiov.net/live-server/) - a simple development http server with live reload capability.
- [lite-server](https://github.com/johnpapa/lite-server) - lightweight development only node server that serves a web app. `lite-server` is a simple customized wrapper around BrowserSync to make it easy to serve SPAs.
- [local-web-server](https://github.com/lwsjs/local-web-server) - the modular web server for productive full-stack development.
- [MockIt](https://mockit.netlify.com/) - a tool to quickly create mocked APIs.
- [MockIt](https://mockit.netlify.app/) - a tool to quickly create mocked APIs.
- [Puer](https://github.com/leeluolee/puer) - more than a live-reload server , built for efficient frontend development.
- [servedir](https://github.com/evanw/servedir) - a simple Node web server for offline development and testing: running servedir from a directory will create a quick local web server.
- [server-with-benefits](https://github.com/galbi101/server-with-benefits) - a static Node.js file web server with options for proxing requests and delaying/mocking responses.
Expand Down
2 changes: 1 addition & 1 deletion README.zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -554,7 +554,7 @@
- [live-server/](http://tapiov.net/live-server/) - 具有实时重新加载功能的简单开发HTTP服务器。
- [lite-server](https://github.com/johnpapa/lite-server) - 为Web应用提供服务的轻量级开发Node服务器。 是围绕浏览器同步的简单自定义包装器,以便于 SPA 提供服务。lite-server
- [local-web-server](https://github.com/lwsjs/local-web-server) - 用于高效全栈开发的模块化网络服务器。
- [MockIt](https://mockit.netlify.com/) - 一个快速创建模拟API的工具。
- [MockIt](https://mockit.netlify.app/) - 一个快速创建模拟API的工具。
- [puer](https://github.com/leeluolee/puer) - 不仅仅是一个实时重载服务器,专为高效的前端开发而构建。
- [servedir](https://github.com/evanw/servedir) - 一个简单的NodeWeb服务器,用于离线开发和测试:从目录运行servedir将创建一个快速的本地Web服务器。
- [server-with-benefits](https://github.com/galbi101/server-with-benefits) - 一个静态的 Node.js 文件 Web 服务器,具有用于代理请求和延迟/模拟响应的选项。
Expand Down

0 comments on commit fcff2fe

Please sign in to comment.