Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cfstras/talkbox.js
talkbox.js is a simple webchat built on node.js, socket.io and jquery.
https://github.com/cfstras/talkbox.js
Last synced: 29 days ago
JSON representation
talkbox.js is a simple webchat built on node.js, socket.io and jquery.
- Host: GitHub
- URL: https://github.com/cfstras/talkbox.js
- Owner: cfstras
- License: lgpl-3.0
- Created: 2013-03-23T21:07:34.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2013-10-01T12:32:59.000Z (about 11 years ago)
- Last Synced: 2024-09-26T20:55:59.957Z (about 1 month ago)
- Language: JavaScript
- Size: 419 KB
- Stars: 4
- Watchers: 4
- Forks: 1
- Open Issues: 15
-
Metadata Files:
- Readme: Readme.md
- License: LICENSE
Awesome Lists containing this project
README
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.netFeatures
--------
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 talkbox**from 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
-------
[cfstras](http://about.me/cfstras)
[morth](http://morth.q1cc.net)