-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Platform and runtime for the web application server #9
Comments
|
@nthomas-redhat please follow #7 for detailed discussion of pros and cons of using static vs dynamic app server. Skipping the overhead benchmark for the time being (explanation as follows). As discussed in #7, due to packaging restrictions and being unable to use npm runtime modules in the deployment server, we cannot go with dynamic webapp. Hence, we're sticking with static app & Node.js is out of question at least for the time being. |
I don't think that the proposal of using node.js considers it's impact on the rest of the project, as I have posted in the tendrl-devel list:
|
With the reference #7, we are going ahead with static web app and using nodejs only for developer dependency. |
This issue is a follow up of #7.
If we are to use a dynamic web server, we will have to choose a runtime environment on which the server will run.
There are several platform/framework options off the shelf which are popular, shiny and feature rich (whether based on php, ruby, python or js, or some other language); each one having their own ugh & aha factors and fan-base. And for that reason, trying to discuss which one would be best suited for the purpose generally results in a crusade - the same way "which superhero is the best?" if has ever been asked in a comic book store.
The Frontend team most feels comfortable using Node.js for our purpose, for following reasons:
npm
makes using, updating, publishing modules easyTo propose alternatives, please use comments with relevant data that out-weighs the overall usefulness of Node.js, in favor of the alternative.
The text was updated successfully, but these errors were encountered: