0

I want to develop a web service.Out of Java web service and .Net Web API which should I select. .My requirement is that it should be stable and should be effective in performance.Which should bare load of thousands of requests and won't fail.Out of this two which should I choose and why?

2 Answers 2

1

My suggestion would be implement Rest WS in Java, Since it's platform independent, rich API's, you can go with Spring for rapid development.

Sign up to request clarification or add additional context in comments.

Comments

0

My suggestion is Java. I'm used to Java to build REST server that serve thousands request and it's still working well.

The Jersey is good framework for you. Also Java is open source and independent platform.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.