How to create Chat application using Servlets & JSP
- by Crazy boy
I want to create chat application using Servlets & JSP. May I know how can I create chat application as I have never created before?
How much knowledge I need to have to create chat application?
Is there any need of networking API to create chat application?
What's the design pattern I need to follow to create that application?
Is there any need of database?