May 13th, 2014 at 11:41 PM
So I've had an idea that I've been slowly working on for several months now. A lot of people love Ajax Chat, but many webhost prohibit it from being installed because it is highly server intensive. (Makestation so happens to be hosted on a VPS, so we don't quite have that problem here, but many hosts don't exactly appreciate chat rooms. )
Anyway, ajax chat is much less server intensive with an ideal, non-apache configuration. I have recently purchased a new VPS to begin development on that front, and plan on using a LEMP based configuration instead of a typical LAMP based configuration. The server itself is already set up, so it's now a matter of a few last minute configuration changes, and then to modify ajax chat to run on a hosted environment.
As far as the progress, most of the work as far as actually parsing out a specific chat has already been completed. The chat installer has been modified to create a new set up tables for each chat, and a bootstrap loader to parse configuration differences is in place. What has been difficult is the URL rewrites. My hope is to avoid URLs such as http://somechathost1234.com/chat/?key=243 but to have a cleaner URL such as http://somechathost1234.com/makestation/chat, but my URL rewriting skills need some refreshing, evidently.
Anyway, I'll be sure to keep you guys updated. Anyone have any suggestions for what they would like to see, or for a domain name?
Anyway, ajax chat is much less server intensive with an ideal, non-apache configuration. I have recently purchased a new VPS to begin development on that front, and plan on using a LEMP based configuration instead of a typical LAMP based configuration. The server itself is already set up, so it's now a matter of a few last minute configuration changes, and then to modify ajax chat to run on a hosted environment.
As far as the progress, most of the work as far as actually parsing out a specific chat has already been completed. The chat installer has been modified to create a new set up tables for each chat, and a bootstrap loader to parse configuration differences is in place. What has been difficult is the URL rewrites. My hope is to avoid URLs such as http://somechathost1234.com/chat/?key=243 but to have a cleaner URL such as http://somechathost1234.com/makestation/chat, but my URL rewriting skills need some refreshing, evidently.
Anyway, I'll be sure to keep you guys updated. Anyone have any suggestions for what they would like to see, or for a domain name?