简体   繁体   English

Olark喜欢node.js中的软件

[英]Olark like software in node.js needed

Do you know any node.js application that do something similar to http://olark.com . 您是否知道任何与http://olark.com类似的node.js应用程序。 Not necessarily for multiple website, I just need it for single domain. 不一定适用于多个网站,我只需要单个域名。 I just want to install it myself on heroku and run chat customer support for my website on it. 我只是想在heroku上自己安装它并在我的网站上运行聊天客户支持。

Thanks, 谢谢,

Michal 米哈尔

Try out opensource-olark . 试试opensource-olark I built it for my own use - it may be useful to you. 我建造它供我自己使用 - 它可能对你有用。 It is not entirely based on Nodejs. 它并非完全基于Nodejs。 But it works exactly like Olark. 但它的工作方式与Olark完全相同。 It uses strophe.js - A xmpp push based library for jabber which works with BOSH 它使用strophe.js - 一个基于xmpp推送的jabber库,可与BOSH配合使用

try http://www.vivocha.com , based on node.js 尝试http://www.vivocha.com ,基于node.js

It's very symple to use and you can integrate with other applications via API (with CRMs and ticketing systems for exemple). 它非常易于使用,您可以通过API与其他应用程序集成(例如,以CRM和票务系统为例)。

This platform, with only one line of code on your website, allow you to configure all the widgets, without other tech skills needed. 此平台在您的网站上只有一行代码,允许您配置所有小部件,而无需其他技术技能。

And also, you can adding voice on your website, so you can call with your visitors directly on your web pages. 此外,您可以在您的网站上添加语音,这样您就可以直接在您的网页上与访问者通话。

There are open source tools that you can check out like : 您可以查看开源工具,例如:

They allow you to incorporate realtime features into your nodejs app & you can probably have a very simplified olark-type app in just a couple lines of code. 它们允许您将实时功能合并到nodejs应用程序中,并且您可以在几行代码中使用非常简化的olark类型应用程序。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM