Talkr is a drop-in chatbox that allows you to chat with visitors to your site.
Talkr is a drop-in chatbox that allows you to connect with visitors to your site seamlessly. Talkr uses Socket.io, Redis, and Express.
Talkr needs the following applications to run:
This is the build script used when setting up a talkr server:
apt-get update
apt-get install -y make g++
# Setting up Node.js
wget http://nodejs.org/dist/v0.10.25/node-v0.10.25.tar.gz
tar -xvf node-v0.10.25.tar.gz
rm node-v0.10.25.tar.gz
cd node-v0.10.25/
./configure
make
make install
cd ..
#Setting up Redis
# Setup Redis
apt-get install -y redis-server
redis-server
# Install dependencies
cd /{Directory in which talkr is located}
npm install
Once the server is setup, add a script tag loading talkr (talkr will load its own CSS files). Make sure talkr’s css files and html files are all in the same talkr folder.
<script src="talkr/talkr.js"></script>
If socket.io isn’t present, add a script tag loading it as well.
<script src="//cdnjs.cloudflare.com/ajax/libs/socket.io/0.9.16/socket.io.min.js"></script>
You know have a talkr chatbox on your website!
The future goals of this project are as follows:
MIT © Emil Stolarsky
We use cookies to analyze traffic and improve your experience. You can accept or reject analytics cookies.