I am going to make a realtime text editor,
after my research, I understood that google doc is using javascript and quite hard for a non-experience student to do this kind of application.
And i found that there is another editor perform similiarly:
So the problem is, it this implement base on java script or using other more easier approach? I would like to do some editor like that one and i don't need any syntax check . just allow multi- users input font at real time and notify who typing the word, thats all.
1)Can i do this by ajax?
2) What function i can use to do that?
Thank you.
phptag to your question.