…While testing Galaxy Developer plan, MongoLab and Let’s Encrypt …
sChat (or SimpleChat or SimpleChat.Support) is an open source and very basic live chat app. It is free and MIT licensed. You can use it in a SaaS-like model on the website or you can also create your own self-hosted copy of the app. You can even take some parts of it.
Install chat box on your website (there will be hints and links in the user panel)
4.1 For Meteor App: Add the sChat box package: [schat:client-blaze] (https://atmospherejs.com/schat/client-blaze)
4.2 For Standard App/Website: Include static .css and .js files.
Great, I’ll start writing basic chat feature for the players in my app to communicate at the weekend, so I’m very happy for a chance to learn from your code.
I am aware of these tools but I needed something simple (just a chat box widget) integrated with Meteor packages system. So you can simply install chat box in your Meteor app. The second reason is that I needed to test and also support Galaxy and some other stuff so I tought that I can create simple product from what I have. I hope that it can be useful even when you take only some parts of it. As @brajt said it could be also useful as a learning code base.
Contribiutions are welcome