Re: Prochat Revamp Suggestion
As said, Ajax is more of a javascript extensions to allow loading and sending of data async to page viewing. For things like chat, it puts an increased strain on the server because of constant polling of the server to check for new messages, even if there isn't any. This also means it's not 'real-time', because it really isn't.
This is how the current system handles it anyway.
It can be added quite easily if I had time.
BBCode is already supposrted in prochat, just not for normal users. If you want to use it, use it on a bulletin board like the forum.
This is comething we added.
Also, there's no one else who could code it to begin with. I'm in college now, along with Zag. No one else has any experience in using the SmartFox server code.
As said, Ajax is more of a javascript extensions to allow loading and sending of data async to page viewing. For things like chat, it puts an increased strain on the server because of constant polling of the server to check for new messages, even if there isn't any. This also means it's not 'real-time', because it really isn't.
This is how the current system handles it anyway.
It can be added quite easily if I had time.
BBCode is already supposrted in prochat, just not for normal users. If you want to use it, use it on a bulletin board like the forum.
This is comething we added.
Also, there's no one else who could code it to begin with. I'm in college now, along with Zag. No one else has any experience in using the SmartFox server code.

Comment