https://github.com/antwaremx/meteorman
A DDP client with GUI (The Postman for Meteor)
https://github.com/antwaremx/meteorman
apps ddp ddp-client gui meteor meteorjs meteorman postman testing-tools websocket-client
Last synced: 12 days ago
JSON representation
A DDP client with GUI (The Postman for Meteor)
- Host: GitHub
- URL: https://github.com/antwaremx/meteorman
- Owner: antwaremx
- License: mit
- Created: 2020-10-14T18:07:48.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-06-29T21:28:52.000Z (almost 4 years ago)
- Last Synced: 2025-02-04T16:06:08.584Z (3 months ago)
- Topics: apps, ddp, ddp-client, gui, meteor, meteorjs, meteorman, postman, testing-tools, websocket-client
- Language: Vue
- Homepage:
- Size: 20.4 MB
- Stars: 53
- Watchers: 9
- Forks: 7
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
- awesome-meteor - antwaremx:meteorman - Meteorman: A DDP Client with GUI to test Meteor methods and publications (like Postman). (Testing)
README
![]()
A DDP Client with GUI[](http://forthebadge.com)
[](http://forthebadge.com)
[](http://forthebadge.com)
[](http://forthebadge.com)## Starting 🚀
Meteorman is The Postman of Meteor. It is a DDP Client with GUI
### Preview 🎥

### Supported Platforms 💻
- macOS 🍎 ✅
- Linux 🐧 ✅
- Windows ✅### Downloads 💾
| Platform | Arch | Version | Link |
| ---------- | --------------- | ------- | ------------------------------------------------------------------------------------------------------- |
| Windows | x64 | 2.0.1 | [Download](https://github.com/antwaremx/meteorman/releases/download/2.0.1/Meteorman-2.0.1.exe) |
| Mac | x64 | 2.0.1 | [Download](https://github.com/antwaremx/meteorman/releases/download/2.0.1/Meteorman-2.0.1.dmg) |
| Linux | x64 | 2.0.1 | [Download](https://github.com/antwaremx/meteorman/releases/download/2.0.1/Meteorman-2.0.1.deb) |## For Developers 🚀
### System Requirements 📋
- NodeJs [Download here](https://nodejs.org/es/)
### Installation 🔧
[git](https://git-scm.com/) is required to run the following console commands:
```sh
$ git clone https://github.com/antwaremx/meteorman
```### Build Setup 📦
```sh
# install dependencies
$ npm install# serve with hot reload at localhost:9080
$ npm run dev# build electron application for production
$ npm run build# run unit & end-to-end tests
$ npm run test
```---
![]()