0.2.1-alpha • Published 13 years ago
talkbox v0.2.1-alpha
talkbox.js
talkbox is a small and simple webchat built with node.js and jQuery. Currently, there isn't any spam filtering, also nobody claims it's secure.
But: It's super fast to deploy, has a minimal footprint and you might be able to learn something while looking at it.
Demo
An instance running: http://talkbox.q1cc.net
Features
Currently we have:
- webinterface (needs javascript in browser)
- xmpp-connector to have jabber/xmpp-users join your chat
- coloured nicknames!
- content embedding functionality for pictures and many websites like youtube, vimeo, etc.
- markdown support (github-flavoured)
Usage
It couldn't be simpler!
with npm
npm install talkbox
npm start talkboxfrom git
git clone http://github.com/cfstras/talkbox.js.git
cd talkbox.js
npm install
npm startLicense
talkbox.js is licensed under LGPLv3. See the LICENSE file for a copy.
Authors
0.2.2-alpha
13 years ago
0.2.1-alpha
13 years ago
0.1.5-alpha
13 years ago
0.1.4-alpha
13 years ago
0.1.3-alpha
13 years ago
0.1.2-alpha
13 years ago
0.1.1-alpha
13 years ago
0.1.0-alpha
13 years ago