Open Source JavaScript Communications Software - Page 25

JavaScript Communications Software

View 5472 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.

  • Build Agents and Models on One Platform Icon
    Build Agents and Models on One Platform

    Everything you need to build production-ready agents and models. Access 200+ Google and third-party AI models and tools.

    Gemini Enterprise Agent Platform is Google Cloud's comprehensive platform for developers to build, scale, govern, and optimize agents and models. Choose from Google's most advanced models and third-party models like Anthropic's Claude Model Family.
    Try It Free
  • Our Free Plans just got better! | Auth0 Icon
    Our Free Plans just got better! | Auth0

    With up to 25k MAUs and unlimited Okta connections, our Free Plan lets you focus on what you do best—building great apps.

    You asked, we delivered! Auth0 is excited to expand our Free and Paid plans to include more options so you can focus on building, deploying, and scaling applications without having to worry about your security. Auth0 now, thank yourself later.
    Try free now
  • 1

    Language KISS HTML5

    Browser based flash cards

    Browser based flash cards to learn a language, see http://en.wikipedia.org/wiki/Flash_cards. You just need - a modern browser (smartphone, tablet, computer,...) and - an internet connection. Main features - learn (cards due to learn), swat (every card) - copy cards - filter - sort - synchronize between devices - share cards with other users (just use all and/or improve and add cards) Programm code and usage follows the KISS principle, see http://en.wikipedia.org/wiki/KISS_principle - basic requirement = browser - OS independent - no installation required - no fancy features - bullet proof synchonization and sharing - deployment is just copying files onto a PHP enabled webserver More - data is on your own server - no central registration or data mining Technical Details - logic in JavaScript (browser) - Share/synch by PHP scripts on webserver (file based)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    Leszek is a community addressbook, calendar and photo album. It uses AJAX and PHP. It is being developed for small group of users (a school friends etc.). I need help in development, so feel invited if you are interested in project ;)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    Let's Chat

    Let's Chat

    Self-hosted chat app for small teams

    Let's Chat is a persistent, self-hosted messaging application made for small teams. It runs on Node.js and MongoDB and comes with some awesome features, such as LDAP/Kerberos authentication, a REST-like API and XMPP support. It's also got multiple, private and password-protected rooms, mentions, image embeds, and plenty of other great stuff. Let's Chat is Hubot-friendly and comes in many different languages. It's made with love by the development team at Security Compass, who started this project in order to have their very own chat service that had everything they were looking for.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    This project will try to host all tools needed for relationship management marketing. We are focused developing custom tools that will offer a great help for marketers.
    Downloads: 0 This Week
    Last Update:
    See Project
  • $300 Free Credits for Your Google Cloud Projects Icon
    $300 Free Credits for Your Google Cloud Projects

    Start building on Google Cloud with $300 in free credits. No commitment, no credit card required until you're ready to scale.

    Launch your next project with $300 in free Google Cloud credits—no strings attached. Test, build, and deploy without risk. Use your credits across the entire Google Cloud platform to find what works best for your needs. After your credits are used, continue with always-free tier services. Only pay when you're ready to scale. Sign up in minutes and start exploring.
    Start Free Trial
  • 5
    LimeSurvey - the Online Survey Tool

    LimeSurvey - the Online Survey Tool

    The leading Open Source survey tool

    LimeSurvey is a survey software to create online surveys. Features open/closed surveys, branching, participant administration, quotas, WYSIWYG HTML editor, email invitations & reminders, assessments, basic statistics and more.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    An OpenSource Software Release Code based on Web using PHP, JS, AJAX and others....
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    An open source forum software written in PHP using Web 2.0 approach. Supports tagging system, SEO, optional AJAX forms, RSS Feeds, Subscriptions and can easily be intergrated to any website using it's API.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    List-o es un sistema de traducción de correos electrónicos dirigidos a listas de correos basado en el uso de Procmail y con una interfaz de administración que permite implementar listas de correo junto con tecnologías de traducción.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    PHP based Web-App amied at managing call-centers Outbound campaigns. Customizable call results and phone interview using external XML file.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Save Up to 91% on Cloud Compute With Spot VMs Icon
    Save Up to 91% on Cloud Compute With Spot VMs

    Automatic sustained-use discounts. One free VM per month. No negotiation needed.

    Run batch jobs at 60-91% off with Spot VMs. Long-running workloads get automatic discounts with sustained use.
    Try Free
  • 10
    Littlechat is fast chat application on javascript and php The target of this project is free and light livechat application.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    LiveChat! (temporary name) is a chat system targeted to CRM for websites.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    Java Live Communication for live help or live education.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    LiveSupportJava is a Web based Live Support solution using Java programming language. It support most features as seen on other commercial product like Live Person, PHPLive!
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    This project aims to be a fully functional web frontend for the extremely stable and fast XBTT BitTorrent tracker. Initially I thought it would be loosely based on the TBDEV.NET code, but came to the conclusion that a completely new application would be
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    Logistic is a web application and php standalone libraries. It's work in progress...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    LoqIRC is a purely client-side web-based IRC client utilizing Java, JavaScript, and LiveConnect technology.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    This volunteer management project is an extension of the Sahana disaster management system, specifically targeted for use by Amateur Radio Operators in support of the Marine Corps Marathon.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    MFS JavaScript Implementation

    MFS JavaScript Implementation

    JavaScript implementation of the IPFS Mutable File System

    JavaScript implementation of the IPFS Mutable File System. The code published to npm that gets loaded on requires is an ES5 transpiled version with the right shims added. This means that you can require it and use with your favorite bundler without having to adjust the asset management process. The mfs works by storing a reference to the root node's CID in LevelDB. LevelDB does not support concurrent access so there are read/write locks around bits of the code that modify the the root node's CID. A lock is kept on the main thread and any requests to read/write from workers or the main thread itself are queued pending release of the lock by the existing holder. Reads are executed together, writes are executed sequentially, and prevent any reads from starting. If you are using IPFS in a single process or with the node cluster module this should be completely transparent. If you are using Web Workers there is no way to globally listen to messages sent between workers and the main thread.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    MT-CHAT

    MT-CHAT

    MT-CHAT Free php chat application for your website.

    MT-CHAT is a Free php chat and Open source application for your website. This application enables you to create an amazing place for Talking and Dating.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    No description yet. Update soon.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    MacRumors is a native iOS application for iPhone and iPod touch.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    a project which is going to be the new kozanostra
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    Mail Commander is a multi-user mail-notify application.It supports multiple accounts per user, customizable alerts, built in mail client, support for other mail clients, virus scan(third party app.), auto-reply, multi-protocol and mail preview and more.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    Mail Sniper is an extension for Mozilla Thunderbird that allows you to backtrack you emails and get information about the transmitting servers. You can also visualize the results on different ways.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    An extension for Mozilla Thunderbird which provides a graphical interface for date based message search.
    Downloads: 0 This Week
    Last Update:
    See Project