MeteorN - A Simple Tool to Run Meteor App with an Nginx Reverse Proxy

MeteorN - A Simple Tool to Run Meteor App with an Nginx Reverse Proxy

MeteorN is originally meant to help you run your Meteor app with Nginx at the front end in docker containers.
With MeteorN, you can easily integrate these features to your app:

  • A fledged reverse proxy implemented by Nginx
  • SSL support. If you choose Let’s Encrypt, even the certificates acquisition processed could be automated.
  • A mongodb replicate set which can be configured with a simple javascript file.

Unlike other similiar projects like mupx and meteord, MeteorN is very light-weight, making it very simple to use and highly flexible.

Furthermore, to make life easier when deploying Meteor applications, MeteorN has no dependencies other than docker and docker compose.

Check out [MeteorN][mn] to see more about MeteorN.
[mn]:https://github.com/lo-tp/MeteorN

1 Like