All Projects → leonardoventurini → meteor-devtools-evolved

leonardoventurini / meteor-devtools-evolved

Licence: MIT license
The Meteor framework development tool belt, evolved.

Programming Languages

typescript
32286 projects
javascript
184084 projects - #8 most used programming language
SCSS
7915 projects
HTML
75241 projects

Projects that are alternatives of or similar to meteor-devtools-evolved

meteorpp
Meteor DDP & Minimongo implementation in C++.
Stars: ✭ 22 (-84.93%)
Mutual labels:  meteor, ddp, minimongo
react-meteor
Meteor Reactivity for your React application, inspired by react-native-meteor.
Stars: ✭ 16 (-89.04%)
Mutual labels:  meteor, ddp
hypersubs
an upgraded version of Meteor subscribe, which helps optimize data and performance!
Stars: ✭ 13 (-91.1%)
Mutual labels:  meteor, ddp
meteor-control-mergebox
Control mergebox of publish endpoints
Stars: ✭ 28 (-80.82%)
Mutual labels:  meteor, ddp
meteorman
A DDP client with GUI (The Postman for Meteor)
Stars: ✭ 51 (-65.07%)
Mutual labels:  meteor, ddp
meteor-subscription-scope
Scope queries on collections to subscriptions
Stars: ✭ 20 (-86.3%)
Mutual labels:  meteor, ddp
unity3d-ddp-client
Lightweight DDP client for Unity3D
Stars: ✭ 18 (-87.67%)
Mutual labels:  meteor, ddp
signmeup
Real-time application to sign up for and manage TA hours.
Stars: ✭ 97 (-33.56%)
Mutual labels:  meteor
meteor-autoform-bs-datetimepicker
Custom bootstrap-datetimepicker input type with timezone support for AutoForm
Stars: ✭ 18 (-87.67%)
Mutual labels:  meteor
meteor-pg
Use PostgreSQL reactively in Meteor.
Stars: ✭ 24 (-83.56%)
Mutual labels:  meteor
meteor-boilerplate
A Meteor ready-to-use app for Blaze + FlowRouter, with a bunch a handy functions, objects, packages, etc
Stars: ✭ 14 (-90.41%)
Mutual labels:  meteor
meteor-reactive-mongo
Reactive server-side MongoDB queries
Stars: ✭ 14 (-90.41%)
Mutual labels:  meteor
React-Hue
🎨 A Material color palette tool based on Meteor, React, Material UI.
Stars: ✭ 45 (-69.18%)
Mutual labels:  meteor
Meteor-Files-Demo
Demo application for ostrio:files package
Stars: ✭ 16 (-89.04%)
Mutual labels:  meteor
redoc
redoc - generate documentation from multiple project repos.
Stars: ✭ 21 (-85.62%)
Mutual labels:  meteor
nau-jukebox
Nâu Jukebox - share the song you love with the team, one person as host will play the song to listen together
Stars: ✭ 28 (-80.82%)
Mutual labels:  meteor
braintree-meteor-example
A simple Meteor and Braintree drop-in integration
Stars: ✭ 25 (-82.88%)
Mutual labels:  meteor
Meteor-Tutorials
Meteor官方教程(中文翻译)
Stars: ✭ 44 (-69.86%)
Mutual labels:  meteor
Block-Farm
A farming game built upon Ethereum platform.
Stars: ✭ 60 (-58.9%)
Mutual labels:  meteor
meteor-astrocoders-publish
Smartly re-use Meteor publications logic
Stars: ✭ 33 (-77.4%)
Mutual labels:  meteor
Meteor Devtool Evolved Gif

Meteor Devtools Extension

Behold, the evolution of Meteor DevTools.

Meteor Devtools Evolved is currently available for Google Chrome and Mozilla Firefox.

Download for Chrome Download for Firefox

Harder, Better, Faster, Stronger 🚀

Are you beginning with Meteor? Do you want to get a sense of "what is going on" or even to optimize your Meteor app? This is the tool for you.

👉 Changelog

Distributed Data Protocol (DDP)

Everything you need to track and understand what is going on under the hood of your Meteor application. The extension allows you to filter and search for any DDP message, being able to handle thousands and thousands of messages without a hiccup.

Bookmarks

The DDP inspection is ephemeral, but you can save as many DDP messages you want for later search and retrieval, from any host. Be careful though, it is saved on IndexedDB.

Minimongo

You don't know what data belongs to where? You can rapidly search for anything in your Minimongo data and easily visualize the documents with our blazing fast custom-made Object Treerinator.


Development

DISCLAIMER: This work is based in part on the Meteor DevTools extension by The Bakery. Which sadly is not maintained anymore. While it is not necessarily a fork, I did use some useful knowledge and architectural decisions, and some things naturally converged into the same most practical solution. Hence the "evolved".

The extension is almost entirely written in TypeScript, while some Chrome specific code being left out for practical reasons. It uses MobX to manage state, and SASS its styles. We also use components from the Blueprint library by Palantir. Everything is glued together with Webpack.

Anyone is welcome to contribute, more info here.

Firefox

The Firefox port of the extension was a contribution made by @nilooy. Thank you!

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].