Skip to content
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

Rewriting in Javascript #5

Open
chang-zhao opened this issue Dec 22, 2019 · 0 comments
Open

Rewriting in Javascript #5

chang-zhao opened this issue Dec 22, 2019 · 0 comments

Comments

@chang-zhao
Copy link
Owner

I decided to rewrite the engine for Node.js, because:

  • There is less confusion when programming both frontend and backend, PHP and JS syntax and functions don't mix up in the head.
  • Pieces of code can be reused both server-side and client-side.
  • Databases like MongoDB store documents of variable structure, rather than fixed-columns tables, and that allows for more flexibility than when using SQL databases. Node.js suits MongoDB well.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant