Nacho Codoñer 232b8a8c8b OSS-459 Posix indirect dependency replacement (#13204)
* implement tests to tweak socket files behaviors and group config

* re-run checks

* better test coverage on UNIX_SOCKET_PATH and UNIX_SOCKET_GROUP usage

* create socker file as part of the tests

* replace @vlasky/whomst dependency to use a unix-standard way to get gid from group name

* ensure test cross-compatibility on unix/macos

* clean

* register cleanup

* ensure close properly the net server instantiated

* temporary comment a test to see if CI passes

* Revert "temporary comment a test to see if CI passes"

This reverts commit 22b6517860.

* verify if new test is the culprit

* establish port

* establish port

* silent one test to see if CI fixed

* activate other test within the testAsyncMulti as may be the culprit on CI failure

* try set permissions as well

* print /etc/group

* use travis group

* ensure use proper group on travis CI to fix tests

* silent get group info logs

---------

Co-authored-by: Denilson <denilsonh2014@gmail.com>
2024-07-10 12:18:41 +02:00
2024-06-17 13:07:45 -04:00
2020-11-23 14:44:46 +01:00
2024-07-04 15:06:36 -04:00
2024-06-05 09:16:41 -04:00
2023-04-27 11:16:47 -03:00
2023-11-15 18:12:32 -03:00
2023-10-12 11:15:02 -03:00
2021-01-17 21:46:47 -05:00
2016-05-03 14:47:02 -07:00
2020-02-28 23:13:48 +01:00
2024-01-31 17:02:39 -04:00


Travis CI Status CircleCI Status built with Meteor built with Meteor


Meteor is an ultra-simple environment for building modern web applications.



📚 Create your applications using modern JavaScript

Benefit from the latest technology updates to rapidly prototype and develop your applications.


Integrate technologies you already use

Use popular frameworks and tools right out-of-the-box. Focus on building features instead of configuring disparate components yourself.


💻 Build apps for any device

Use the same code whether youre developing for web, iOS, Android, or desktop for a seamless update experience for your users.


🔥 Getting Started

How about trying a tutorial to get started with your favorite technology?

React
Blaze
Vue
Svelte

Next, read the documentation and get some examples.

🚀 Quick Start

On your platform, use this line:

> npm install -g meteor

🚀 To create a project:

> meteor create my-app

☄️ Run it:

cd my-app
meteor

🧱 Developer Resources

Building an application with Meteor?

Interested in helping or contributing to Meteor? These resources will help:

To uninstall Meteor:

  • If installed via npm, run:
    meteor-installer uninstall
    
  • If installed via curl, run:
    rm -rf ~/.meteor 
    sudo rm /usr/local/bin/meteor
    

To find more information about installation, read here.

Description
No description provided
Readme MIT 202 MiB
Languages
JavaScript 91.1%
TypeScript 3.9%
Shell 0.9%
Java 0.7%
Swift 0.7%
Other 2.5%