Open MCT
InversifyJS
Open MCT | InversifyJS | |
---|---|---|
27 | 29 | |
12,096 | 11,350 | |
0.4% | 0.8% | |
9.1 | 8.6 | |
5 days ago | 5 days ago | |
JavaScript | TypeScript | |
GNU General Public License v3.0 or later | MIT License |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Open MCT
-
OpenMCT: A web based mission control framework
Even Max Verstappen uses it (albeit indirectly):
https://github.com/nasa/openmct/discussions/6392
- NASA JPL Open Source Rover That Runs ROS 2
-
Would you be interested in such a mod for KSP2?
It would be cool to have it interface with this tool from NASA
-
What are some open source projects that use Vue well?
NASA uses it: https://github.com/nasa/openmct
- Checking out mycodo and it's a win so far. r/mycodo could use some more members!
-
[Ubuntu] How to install a newer version of Node than the one provided by apt?
and then tried to use npm to install Open MCT, but I got this error:
-
Do you know any large company that uses Vue.js?
NASA for open mct https://nasa.github.io/openmct/. Williams Sonoma is in the middle of migrating to Vue(interviewed to work on this)
-
Ask HN: What open source projects go to space?
Core Flight System (cFS) https://github.com/nasa/cFS
NASA has a lot of open source projects including a bunch that don't "go to space" but are used in space related projects (check each project for contributor guidelines):
https://github.com/nasa/openmct - web based mission control software
-
Public satellite telemetry data?
Just found this: https://nasa.github.io/openmct/
- How does SpaceX produce its broadcast titles
InversifyJS
-
Mastering the Dependency Inversion Principle: Best Practices for Clean Code with DI
One of the most popular libraries in JavaScript for implementing the Inversion of Control (IoC) pattern is InversifyJS. It provides a robust and flexible framework for managing dependencies in a clean, modular way. However, InversifyJS has some drawbacks. One major limitation is the amount of boilerplate code required to set up and manage dependencies. Additionally, it often requires structuring your application in a specific way, which may not suit every project.
-
How to Apply SOLID with Testing JS/TS Class Methods
Take a class for which we are tasked to write a unit test. This class may have a dozen methods and a dozen more attributes. In my environment we were already using inversify to dependency inject into this class, and using container snapshot and restore as setup and teardown operators, in our jest test file. But it began getting out of control even after refactoring into test cases and test runners.
-
VulcanSQL: open-source data API framework. Empowering you to construct APIs exclusively with SQL.
Inversify (https://inversify.io/) for IoC.
-
SOLID explicado com TypeScript
Alguns frameworks trabalham desta forma por padrão, como é o caso do Angular, quando este não é o padrão do framework que utilizamos podemos usar alguma biblioteca, como a Inversify ou tsyringe da Microsoft.
-
Using modern decorators in TypeScript
Using decorators required setting an --experimentalDecorators experimental compiler flag. Several popular TypeScript libraries, such as type-graphql and inversify, rely on this implementation.
-
Typesafe, (almost) Zero Cost Dependency Injection in TypeScript
inversify
- InversifyJS has reached 100,000,000 downloads on npm
-
InversifyJS has reached 100,000,000 downloads on npm 🎉 🚀
It blows 🤯 my mind to think that my #opensource project InversifyJS has reached over 100 MILLION DOWNLOADS on npm. InversifyJS is a lightweight (<50KB) but powerful Inversion Of Control (IoC) container for #JavaScript applications powered by #TypeScript. It is used to implement Dependency Injection (DI) in thousands of applications, including high-profile products like Microsoft Sway and over forty thousand open source repositories on #GitHub and over two thousand open source packages on #npm.
-
Is dependency Injection popular in Nodejs?
we use https://inversify.io/ in production, it works great.
- SOLID com Typescript: O resumo completo com exercícios
What are some alternatives?
yamcs - A framework for mission control
Nest - A progressive Node.js framework for building efficient, scalable, and enterprise-grade server-side applications with TypeScript/JavaScript 🚀
SurveyJS - Free Open-Source JavaScript form builder library with integration for React, Angular, Vue, jQuery, and Knockout that lets you load and run multiple web forms, or build your own self-hosted form management system, retaining all sensitive data on your servers. You have total freedom of choice as to the backend, because any server + database combination is fully compatible.
tsyringe - Lightweight dependency injection container for JavaScript/TypeScript
Logical Or Not
typedi - Simple yet powerful dependency injection tool for JavaScript and TypeScript.
Autotrack - Automatic and enhanced Google Analytics tracking for common user interactions on the web.
awilix - Extremely powerful Inversion of Control (IoC) container for Node.JS
platform.js - A platform detection library.
webpack - A bundler for javascript and friends. Packs many modules into a few bundled assets. Code Splitting allows for loading parts of the application on demand. Through "loaders", modules can be CommonJs, AMD, ES6 modules, CSS, Images, JSON, Coffeescript, LESS, ... and your custom stuff.
echo - Lazy-loading images with data-* attributes
vue-property-decorator - Vue.js and Property Decorator