I want to devlelop a chat website using JSP/Servlets and Tomcat. I have following questions:
- Can the website handle load (1000 people at one time) without slowing down?
- Will it cause the website to slow down? What is the ideal server configuration for this kind of website? Note that I don't have a huge budget to host.
- How can I implement server push?
- Will PHP or JSP be ideal for such website?