Can you give me ideas how I can implement this using PHP + MYSQL + JQuery (Ajax)? I am not a newbie and do not advance with these things.
If you are what you say, then I believe that you do not know about any technology that you intend to use. So, in this case, I would advise you to first read, work through a few simple examples, and then move on from there. For example,
- Start with PHP Usage Instructions - Learn the Syntax
- Create a simple web page. Build your first website.
- MySql practice articles - Examine Query / Syntax
- Add a database, possibly mySql, implement simple CRUD operations
- Read about chat apps - Work / Internal, various architectures that you can track.
- Prepare a small client / server based application. Different protocols are used.
... and then when you start to feel comfortable with the code, when you start thinking in the code, go on to a full-blown chat!
You may end up twisting your original idea, but don't worry, its part of the process. Everything changes as we see a clearer idea of ββwhat exactly we want.
Even if you plan to use existing open libraries / controls, you should know how to use them; you should get enough skills that, as you know, should be hammered with a nail, but not otherwise.
In addition, I see this cross-cutting phase from 2 to 3 months if it is done with dedication.
KMΓ₯n
source share