Leonardo Venturini 605faa9129 Refactor AsynchronousQueue constructor to use environment variables for batch size and concurrency limits
- Updated the constructor to read batch size and maximum concurrent tasks from environment variables (METEOR_ASYNC_QUEUE_BATCH_SIZE and METEOR_ASYNC_QUEUE_MAX_CONCURRENT) with default values.
- Improved documentation to clarify configuration options for batch processing and task order preservation.
2024-12-02 10:33:24 -04:00
2024-11-07 16:53:24 -04:00
2020-11-23 14:44:46 +01:00
2023-04-27 11:16:47 -03:00
2024-11-11 12:35:30 -04:00
2024-08-21 16:38:19 -04:00
2021-01-17 21:46:47 -05:00
2024-08-21 16:38:19 -04:00
2016-05-03 14:47:02 -07:00
2020-02-28 23:13:48 +01:00
2024-11-20 15:48:06 +01:00
2024-10-31 13:26:38 -04:00
2024-01-31 17:02:39 -04:00


Travis CI Status CircleCI Status built with Meteor node-current Discord Twitter Follow


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%