IMBACHAT On-Premise
- SELF-HOSTED CHAT PLUGIN FOR WEBSITE

Full integration with the user base of your website
Sending smiles
Chatting between users mano a mano
You can use it on shared hosting
Sending pictures
You can build it into HTML5 mobile app
Sending geolocation
Real time message delivery
Users need not sign up in a chat
You can customize the plugin any way you want or we can help you
Your messages will be sent as soon the Internet appears
Dependencies for self-hosted version are 4GB of RAM, VPS Linux Debian and Comet Server
But if you are going to change the plugin code, you also need:
PHP 7.2 or higher
MySQL base
Nginx
CppComet
The installation instructions provide a command for the AWS server, which includes the client identification key and widget id.
You will find this personalized instruction in your Personal Account after purchasing the On-Premise version.
You can read this instruction without personal data here.
In Dashboard, open the required widget for which you want to install the On-Premise version. Then open the tariff settings. There you can buy the On-Premise version.
- The chat is written in PHP7 and JavaScript.
- Yes, it is 100% opensource without encryption.
- Dependencies for self-hosted version are 4GB of RAM, VPS Linux Debian andComet Server.
- The plugin is completely compatible with MySQL. It has not been tested with FreeBSD, but it must work without problems on it.
- The self-hosted version runs in your IT environment, so no data is shared externally.
- Data exchange occurs via encrypted connections (HTTPS). No information goes out of your network with the self-hosted version.
- We will help you with an easy renewal.Contact us
- Questions are the feedbacks for us!Contact us
- Operations such as downloading a contact list (depending on the amount of contacts per person) or sending a message (depending on the amount of users in the chat) consume 2 to 4 MB of memory (measured using the php function memory_get_peak_usage).
- Chat is written on JavaScript and PHP base. The last one is used in the chat to process business logic (authorization check, check rights to send messages, save messages in the database, download message list) requests are executed quickly. Comet-Server is used to send messages from one user to another. It provides API for sending messages from php to the user's web browser. It also supports a constantly open connection through WebSocket with each user. Comet-Server is our Open-Source Project.