Introducing Kikuchat: The Self-hosted Team Chat Solution
1–10 of 23 posts
Re: Introducing Kikuchat: The Self-hosted Team Chat Solution
#2Also, do you have any data on hardware requirements? The software requirements are only PHP and MySQL so I'm guessing it's not doing anything like in-memory caching and it'll need to hit MySQL quite a bit to generate the chat. How does it perform under 100 users? Or 1000? or more?
Re: Introducing Kikuchat: The Self-hosted Team Chat Solution
#3Interesting, are there any user limits on the purchased version? Also, do you have any data on hardware requirements? The software requirements are only PHP and MySQL so I'm guessing it's not doing anything like in-memory caching and it'll need to hit MySQL quite a bit to generate the chat. How does it perform under 100 users? Or 1000? or more?
The Groupon dev team helped us beta-test it a bit, and it handles 100 users well with decent hardware on Apache (they were using an EC2 instance, though I am not sure what size). You could probably go up to around 300 or so without issues on Nginx and PHP-FPM, but I'm not sure you would be able to get to 1000 without adding memcache or load balancing.
We are looking into making a pure node.js version with websockets if there is enough interest, though the price point for something like that would likely be higher. We are happy to provide support and additional feature development (like memcache integration) as needed. Just send us an email if you require anything custom, and we can work out the details.
Re: Introducing Kikuchat: The Self-hosted Team Chat Solution
#4Re: Introducing Kikuchat: The Self-hosted Team Chat Solution
#5Had me until I read "PHP".
Re: Introducing Kikuchat: The Self-hosted Team Chat Solution
#6Re: Introducing Kikuchat: The Self-hosted Team Chat Solution
#71. Install an XMPP server
$ sudo apt-get install prosody
2. Install a web frontent There are dozens. Here's one for example: http://amiadogroup.github.com/candy/
3. Congratulations, you just saved yourself $199.Re: Introducing Kikuchat: The Self-hosted Team Chat Solution
#8Why would one want to spend $200 on this instead of using IRC or Jabber?
Re: Introducing Kikuchat: The Self-hosted Team Chat Solution
#9Why would one want to spend $200 on this instead of using IRC or Jabber?
Same reason people use Campfire and Hipchat?
Yours requires setup and costs a ton. How is it like Campfire/Hipchat?
Re: Introducing Kikuchat: The Self-hosted Team Chat Solution
#10Earlier quoted context omitted.
Same reason people use Campfire and Hipchat?
Er.. and what is that? Campfire and Hipchat both take 5 minutes to set up and are cheap enough that they save you money by not having to set up your own system. Yours requires setup and costs a ton. How is it like Campfire/Hipchat?