[go: up one dir, main page]

Open Source JavaScript Communications Software - Page 49

JavaScript Communications Software

View 5158 business solutions

Browse free open source JavaScript Communications Software and projects below. Use the toggles on the left to filter open source JavaScript Communications Software by OS, license, language, programming language, and project status.

  • MongoDB Atlas runs apps anywhere Icon
    MongoDB Atlas runs apps anywhere

    Deploy in 115+ regions with the modern database for every enterprise.

    MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
    Start Free
  • MongoDB Atlas runs apps anywhere Icon
    MongoDB Atlas runs apps anywhere

    Deploy in 115+ regions with the modern database for every enterprise.

    MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
    Start Free
  • 1
    VxmlSurfer is a modular, multi-platform, extensible VoiceXML 2.0 interpreter, geared to Web browsing as opposed to telephony. VxmlSurfer is currently used as a user interface for the HearSay non-visual Web browser.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    The W2W project aims to develop a distributed index and search engine with a site-to-site scheme. Every participant, a web site, maintains some connections to other sites (neighbors) and exposes a set of standard entries (API) to each other. When a new re
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3

    w3btorrent

    Web based torrent client

    w3btorrent is a simple and light web based php torrent client. It let you control your torrents. Such as view torrent status, decide down/up speed, download finish files, WAP control and more! Using your favorite web browser from anywhere!
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    wateronmars

    wateronmars

    An old-shool web-based news reader and bookmarking app

    This project intends to provide a free (as in freedom) alternative to web news readers and bookmarking apps. It is built around the following analogies: 1. You contemplate the river of news flowing down from your selection of sources. 2. You can then use a sieve to filter out and collect the most interesting links. A demo is at http://wateronmars-demo.herokuapp.com For the curious developers the aim is also to provide the base mechanics for news and bookmarks manipulations. For instance, there is now a "good enough" database scheme, a RESTful API and a "not too ridiculous" UX. Everything is set up to start experimenting new features around the admitedly old-fashioned theme of news feeds and bookmarks !
    Downloads: 0 This Week
    Last Update:
    See Project
  • Simple, Secure Domain Registration Icon
    Simple, Secure Domain Registration

    Get your domain at wholesale price. Cloudflare offers simple, secure registration with no markups, plus free DNS, CDN, and SSL integration.

    Register or renew your domain and pay only what we pay. No markups, hidden fees, or surprise add-ons. Choose from over 400 TLDs (.com, .ai, .dev). Every domain is integrated with Cloudflare's industry-leading DNS, CDN, and free SSL to make your site faster and more secure. Simple, secure, at-cost domain registration.
    Sign up for free
  • 5
    Use this plugin to embed Google Wave inside a wordpress post, as easy as [wave id="wave-id"]. This plugin implements the full wave embed api and features a TinyMCE button for embedding the wave. follow @wavewordpress in twitter for updates and more inf
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    Service for web based jabber clint. In this moment client will not full functionaly, only change own password and information and chat with other users and information about them.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    Tools and libraries for dialing URI addresses directly from telephone's numeric keypad w/o phone directories. Encoded uri (for instance, SIP VoIP phone number) consists of decimal numbers only and can be entered from any telephone or other device.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    web3.storage

    web3.storage

    The simple file storage service for IPFS & Filecoin

    Use decentralized protocols to liberate your data using our easy-to-use developer platform. We’ll take care of the rest. Eliminate silos with the web3.storage platform. Using IPFS and other decentralized protocols, create a true data layer that connects you, your users, and the Web, regardless of where content is stored - client-side, in the cloud, or elsewhere. Sounds hard? It isn’t. Our client libraries are super easy-to-use, abstracting the complexity of these decentralized protocols. And we provide services like data storage designed to natively support these protocols, so things just work without you ever being locked-in.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    Webfilemanger, written in OO-Php, with fulltext retrieval capabilities (just for PDF files at the moment...). Interface similar to explorer/konqueror, with tree structure on the left side. mod_mysql_auth integrated to grant user control, and OWASP ph
    Downloads: 0 This Week
    Last Update:
    See Project
  • Zendesk: The Complete Customer Service Solution Icon
    Zendesk: The Complete Customer Service Solution

    Discover AI-powered, award-winning customer service software trusted by 200k customers

    Equip your agents with powerful AI tools and workflows that boost efficiency and elevate customer experiences across every channel.
    Learn More
  • 10
    webtoprog_chung
    webtoprog chung is a simple example of communication from a web javascript program to a local desktop application program (written in freebasic ) using screen pixels test. No special autorisation or security bypass, just type a text in the web page and it will be displayed in the application's window .
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    wechat

    wechat

    WeChat public platform message interface service middleware

    When the user sends a message to the WeChat official account, a message will be automatically responded. This message can be text, picture, voice, video, music, graphic. The module can respond to messages of type device_text or device_event in a specific format. Since the client of the public platform application is actually WeChat, it is not realistic to use traditional cookies to implement sessions. For this reason, the middleware module adds Session support on the basis of openid. Once the connect.sessionmiddleware is enabled on the server , the req.wxsessionproperties can be accessed in the business . This property is req.sessionsimilar to behavior. At present, the WeChat public platform can receive 7 kinds of content: text, picture, audio, video, location, link, and event. Support 6 kinds of reply, plain text, graphic text, music, audio frequency, picture, video frequency.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    wechat4u.js

    wechat4u.js

    JavaScript implementation of WeChat wechat web interface

    JavaScript implementation of WeChat WeChat web interface, compatible with Node and browsers, WeChat robot. Export and import necessary data to keep WeChat login bot.botData. Modify contact remarks bot.updateRemarkName(UserName, RemarkName). Modify group name bot.updateChatRoomName(ChatRoomUserName, NewName). Forward message bot.forwardMsg(msg, toUserName). Revoke message bot.revokeMsg(MsgID, toUserName). A class of methods that send a message that returns the full response data on success. User avatar base64 data is no longer stored in the bot.user object. Rremove the example directory. Fix some data in Contact and Message data is not enumerable. Pass the complete Error object to the upper-level code, and put the original Chinese error description in err.tips. The bot.getContact(Seq) method adds the Seq parameter to support incremental acquisition of complete contacts.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    Web IRC Client is an AJAX based IRC Client Web Application. It is built with ExtJS framework (client side) and FastCGI in Apache (server side). Has a high performance, efficiency and low bandwith consume design. It is ideal for high load IRC networks.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    wizanda

    wizanda

    A faster version of Xoops optmized for speed

    Many projects rolled into one, to add quick improvements and module development for Xoops Contents Management System. As changes can happen at the same time, this is to provide the best solutions and cross reference ideas from everywhere, into one project. The project evolved so much, its no longer Xoops and is more compatible with Xoops derivatives 2.2 and earlier.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    Simple Chat Solution with PM, different Rooms and OPstatus based on xajax and implemented totally in PHP and JavaScript. Uses MySQL for Database Backend.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    xg
    NOTE! xg moved to github, no mor updates are published to sourceforge! see you @ http://github.com/lformella/xdcc-grabscher
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    Free alternative to Mibbit ajax IRC chat!
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    An object-oriented XMPP/Jabber client library for Javascript.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    xrss

    xrss

    An RSS reader gadget for Windows 7

    XRSS is a Windows gadget for getting RSS feeds. It's code is based on the feed reader made by Cristian Patrasciuc, but please don't think it's a copy, I wrote this application from stratch using Cristian's app as a template because it had problems. I claim no ownership of this product and upload it for the sole purpose of helping people in need of a simple RSS feed reader.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    xsForm is an open source package to quickly create html forms that can email form results to you.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    This is a develope project. The project will make softwares for studying technology, and for a interest platform, and for some tools 。
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    Universal CMS. In future it'll include news, chat, banner exchange modules, forum, e-commerce module. It'll be made on PHP + Smarty + MySQL or some other database. Also it'll be very flexible in UI because of smarty.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    Free MODs and other stuff for the phpBB Forum software.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    "I don't know about other people, but I have a problem with my favorite links. In most cases, I lost them." This project is to create a link repository that will allow for storage of private "favourite links" and sharing of a "public links" storage.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    Æther9 is an experiment in collaborative realtime storytelling through the use of networked video transmission.
    Downloads: 0 This Week
    Last Update:
    See Project