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

[Question] Java has very strong type system, why introduce TypeScript here? #2

Open
futurist opened this issue Apr 21, 2021 · 1 comment

Comments

@futurist
Copy link

futurist commented Apr 21, 2021

I don't see the benefits section from the README, so want to ask here.
I mean, why not just use String in Java? It's already a mature system.

@brainpoint
Copy link
Collaborator

The Java ecosystem is already strong, and this is where Java's greatest strength lies.
However, bloated, slow startup time, lack of transparency and many other problems have emerged.
So, GraalVM shines as a solution to high-performance Java, small memory, and so on.

Using TypeScript to build a Spring-like framework, we can take advantage of the speed of NodeJS and quickly adapt the "Controller" layer to the front-end.
I think this project is another option to co-exist with other native Java microservice projects in the project.

(PS. Front-end programmer can use this project to quickly share some of the back-end work)

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

2 participants