GithubHelp home page GithubHelp logo

w95psp / nodejs-server-manager Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 234 KB

Host multiple NodeJS app on a server, with reverse-proxy built-in

License: Apache License 2.0

JavaScript 75.64% CSS 14.01% HTML 10.35%

nodejs-server-manager's Introduction

NodeJS-server-manager

Host multiples NodeJS app on a server, with reverse-proxy built-in

Warning!

I build it firstly in a very personal purpose. I've done it quickly to have something working in a small time. So, the source code is quite the mess, sorry about that, also, there isn't any documentation, and sadly neither any comment in sources :-(

(en) Sum-up

I'm a big fan of NodeJS, and the thing is I haven't loads of servers to store my apps.

Thus, to host my apps, I usually create a daemon on a Linux virtual server, but for maintenance, that's not really convenient.

So, I'm developping this app to help people like me to host easily numerous NodeJS apps.

(fr) Résumé

Je suis très fan de NodeJS, mais pour héberger mes applications, je ne dispose pas d'un grand nombre de serveurs.

Ainsi, pour héberger mes applications, généralement, je crée un démon sur un serveur virtuel sous Linux, mais ce n'est pas vraiment pratique pour la maintenance, entre autre.

Donc je développe cette application pour aider les personnes comme moi à héberger et monitorer facilement de nombreuses applications NodeJS.

Functionalities

If I host numerous apps, I also want to let people access it. I have two domain names, but I have something like twenty apps running on my servers. In order to make my apps and websites visible to everybody, I use a reverse proxy.

So I have a server redirecting every request my IP receive, and this server redirect requests, according to the sub domain name, to various servers and port numbers.

In the past, I used Apache to do that, but that wasn't very pratical. Indeed, it was heavy and not very flexible.

So, I took all my needs and made this "NodeJS-server-manager"

  • Run multiples NodeJS programs
  • Manage theses NodeJS instances with an unique interface
    • Run, stop, restart and instance
    • View stdout
    • View errors
    • View logs
    • Filter logs / errors / stdout
    • Change redirections (interact with the reverse proxy directly)
  • Run a NodeJS powered ReverseProxy (thanks to node-http-proxy!)
    • Add redirections
    • Delete redirections
    • Edit redirections

Todo list

  • Clean code & ES6
  • Uniformize way of doing stuff
  • Separate interface from everything else
  • Add passwords
  • Make all of that configurable
  • [ ]

nodejs-server-manager's People

Contributors

w95psp avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.