It makes me sad that people are reinventing the IRC and XMPP wheel, and doing it poorly. Want your own version of this, with a bit less effort, but free? 1. 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.
Introducing Kikuchat: The Self-hosted Team Chat Solution
11–20 of 23 posts
Re: Introducing Kikuchat: The Self-hosted Team Chat Solution
#12It makes me sad that people are reinventing the IRC and XMPP wheel, and doing it poorly. Want your own version of this, with a bit less effort, but free? 1. 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
#13Re: Introducing Kikuchat: The Self-hosted Team Chat Solution
#14Had me until I read "PHP".
Unfortunately, PHP is still the easiest thing for most people to setup and use, so that's what we went with for a self-hosted option. We are strongly considering a node.js version that would allow a lot more users. Is that something you might be interested in?
The 'self-hosting' thing shouldn't even be just about saving money - there's a strong case to be made for security/privacy by self-hosting this sort of software internally.
Re: Introducing Kikuchat: The Self-hosted Team Chat Solution
#15There's a strong case for self-hosted apps, particularly in enterprise and school environments, and it feels like open source shouldn't be the only model for that (it's not easy to run a business based on open source software). I'm glad to see that people are trying different approaches.
Best of luck!
Re: Introducing Kikuchat: The Self-hosted Team Chat Solution
#16Earlier quoted context omitted.
Unfortunately, PHP is still the easiest thing for most people to setup and use, so that's what we went with for a self-hosted option. We are strongly considering a node.js version that would allow a lot more users. Is that something you might be interested in?
Shouldn't be 'unfortunate' - PHP is a perfectly fine for this sort of thing. You can address the 'ultrascalable/node/nginx/caching/i've-got-2-million-users-on-one-server-running-on-my-ipod' type of user demands after you're profitable with this first version. The 'self-hosting' thing shouldn't even be just about saving money - there's a strong case to be made for security/privacy by self-hosting this sort of software…
Re: Introducing Kikuchat: The Self-hosted Team Chat Solution
#17I'm really interested in this kind of "view source" business model. Is it working for you? There's a strong case for self-hosted apps, particularly in enterprise and school environments, and it feels like open source shouldn't be the only model for that (it's not easy to run a business based on open source software). I'm glad to see that people are trying different approaches. Best of luck!
This software sales model isn't new, but at the same time it is not widely used. Most people either go for hosted offerings or encrypt the source code. The viewable source code model is the same one that vBulletin and ActiveCollab use, for instance.
Re: Introducing Kikuchat: The Self-hosted Team Chat Solution
#18Earlier quoted context omitted.
Same reason people use Campfire and Hipchat?
I'd like to point out that this doesn't answer my question. I mean, you're not selling Campfire or Hipchat are you?
Re: Introducing Kikuchat: The Self-hosted Team Chat Solution
#19I'm really interested in this kind of "view source" business model. Is it working for you? There's a strong case for self-hosted apps, particularly in enterprise and school environments, and it feels like open source shouldn't be the only model for that (it's not easy to run a business based on open source software). I'm glad to see that people are trying different approaches. Best of luck!
The jury's still out on whether or not it will work for us - we just launched today! :) This software sales model isn't new, but at the same time it is not widely used. Most people either go for hosted offerings or encrypt the source code. The viewable source code model is the same one that vBulletin and ActiveCollab use, for instance.
Re: Introducing Kikuchat: The Self-hosted Team Chat Solution
#20Earlier quoted context omitted.
Shouldn't be 'unfortunate' - PHP is a perfectly fine for this sort of thing. You can address the 'ultrascalable/node/nginx/caching/i've-got-2-million-users-on-one-server-running-on-my-ipod' type of user demands after you're profitable with this first version. The 'self-hosting' thing shouldn't even be just about saving money - there's a strong case to be made for security/privacy by self-hosting this sort of software…
I say "unfortunately" not because of PHP, but because other languages like Python and Ruby are still not as widely used. PHP's "upload-and-go" approach is a big reason for its wide success.