Alternatives to Amazon WorkSpaces logo

Alternatives to Amazon WorkSpaces

V2 Cloud, Amazon EC2, Slack, Jira, and Trello are the most popular alternatives and competitors to Amazon WorkSpaces.
63
0

What is Amazon WorkSpaces and what are its top alternatives?

With a few clicks in the AWS Management Console, customers can provision a high-quality desktop experience for any number of users at a cost that is highly competitive with traditional desktops and half the cost of most virtual desktop infrastructure (VDI) solutions. End-users can access the documents, applications and resources they need with the device of their choice, including laptops, iPad, Kindle Fire, or Android tablets.
Amazon WorkSpaces is a tool in the Virtual Desktop category of a tech stack.

Top Alternatives to Amazon WorkSpaces

  • V2 Cloud
    V2 Cloud

    V2Cloud is a leading provider of cloud computing solutions for businesses. We offer a high-performance cloud computing platform that enables secure and seamless access to work resources from anywhere in the world. ...

  • Amazon EC2
    Amazon EC2

    It is a web service that provides resizable compute capacity in the cloud. It is designed to make web-scale computing easier for developers. ...

  • Slack
    Slack

    Imagine all your team communication in one place, instantly searchable, available wherever you go. That’s Slack. All your messages. All your files. And everything from Twitter, Dropbox, Google Docs, Asana, Trello, GitHub and dozens of other services. All together. ...

  • Jira
    Jira

    Jira's secret sauce is the way it simplifies the complexities of software development into manageable units of work. Jira comes out-of-the-box with everything agile teams need to ship value to customers faster. ...

  • Trello
    Trello

    Trello is a collaboration tool that organizes your projects into boards. In one glance, Trello tells you what's being worked on, who's working on what, and where something is in a process. ...

  • G Suite
    G Suite

    An integrated suite of secure, cloud-native collaboration and productivity apps. It includes Gmail, Docs, Drive, Calendar, Meet and more. ...

  • Confluence
    Confluence

    Capture the knowledge that's too often lost in email inboxes and shared network drives in Confluence instead – where it's easy to find, use, and update. ...

  • Skype
    Skype

    Skype’s text, voice and video make it simple to share experiences with the people that matter to you, wherever they are. ...

Amazon WorkSpaces alternatives & related posts

V2 Cloud logo

V2 Cloud

1
0
0
Work Inside the Cloud with V2 Cloud Solutions, Inc
1
0
+ 1
0
PROS OF V2 CLOUD
    Be the first to leave a pro
    CONS OF V2 CLOUD
      Be the first to leave a con

      related V2 Cloud posts

      Amazon EC2 logo

      Amazon EC2

      48.2K
      35.6K
      2.5K
      Scalable, pay-as-you-go compute capacity in the cloud
      48.2K
      35.6K
      + 1
      2.5K
      PROS OF AMAZON EC2
      • 647
        Quick and reliable cloud servers
      • 515
        Scalability
      • 393
        Easy management
      • 277
        Low cost
      • 271
        Auto-scaling
      • 89
        Market leader
      • 80
        Backed by amazon
      • 79
        Reliable
      • 67
        Free tier
      • 58
        Easy management, scalability
      • 13
        Flexible
      • 10
        Easy to Start
      • 9
        Widely used
      • 9
        Web-scale
      • 9
        Elastic
      • 7
        Node.js API
      • 5
        Industry Standard
      • 4
        Lots of configuration options
      • 2
        GPU instances
      • 1
        Simpler to understand and learn
      • 1
        Extremely simple to use
      • 1
        Amazing for individuals
      • 1
        All the Open Source CLI tools you could want.
      CONS OF AMAZON EC2
      • 13
        Ui could use a lot of work
      • 6
        High learning curve when compared to PaaS
      • 3
        Extremely poor CPU performance

      related Amazon EC2 posts

      Ashish Singh
      Tech Lead, Big Data Platform at Pinterest · | 38 upvotes · 3.3M views

      To provide employees with the critical need of interactive querying, we’ve worked with Presto, an open-source distributed SQL query engine, over the years. Operating Presto at Pinterest’s scale has involved resolving quite a few challenges like, supporting deeply nested and huge thrift schemas, slow/ bad worker detection and remediation, auto-scaling cluster, graceful cluster shutdown and impersonation support for ldap authenticator.

      Our infrastructure is built on top of Amazon EC2 and we leverage Amazon S3 for storing our data. This separates compute and storage layers, and allows multiple compute clusters to share the S3 data.

      We have hundreds of petabytes of data and tens of thousands of Apache Hive tables. Our Presto clusters are comprised of a fleet of 450 r4.8xl EC2 instances. Presto clusters together have over 100 TBs of memory and 14K vcpu cores. Within Pinterest, we have close to more than 1,000 monthly active users (out of total 1,600+ Pinterest employees) using Presto, who run about 400K queries on these clusters per month.

      Each query submitted to Presto cluster is logged to a Kafka topic via Singer. Singer is a logging agent built at Pinterest and we talked about it in a previous post. Each query is logged when it is submitted and when it finishes. When a Presto cluster crashes, we will have query submitted events without corresponding query finished events. These events enable us to capture the effect of cluster crashes over time.

      Each Presto cluster at Pinterest has workers on a mix of dedicated AWS EC2 instances and Kubernetes pods. Kubernetes platform provides us with the capability to add and remove workers from a Presto cluster very quickly. The best-case latency on bringing up a new worker on Kubernetes is less than a minute. However, when the Kubernetes cluster itself is out of resources and needs to scale up, it can take up to ten minutes. Some other advantages of deploying on Kubernetes platform is that our Presto deployment becomes agnostic of cloud vendor, instance types, OS, etc.

      #BigData #AWS #DataScience #DataEngineering

      See more
      Simon Reymann
      Senior Fullstack Developer at QUANTUSflow Software GmbH · | 30 upvotes · 11.2M views

      Our whole DevOps stack consists of the following tools:

      • GitHub (incl. GitHub Pages/Markdown for Documentation, GettingStarted and HowTo's) for collaborative review and code management tool
      • Respectively Git as revision control system
      • SourceTree as Git GUI
      • Visual Studio Code as IDE
      • CircleCI for continuous integration (automatize development process)
      • Prettier / TSLint / ESLint as code linter
      • SonarQube as quality gate
      • Docker as container management (incl. Docker Compose for multi-container application management)
      • VirtualBox for operating system simulation tests
      • Kubernetes as cluster management for docker containers
      • Heroku for deploying in test environments
      • nginx as web server (preferably used as facade server in production environment)
      • SSLMate (using OpenSSL) for certificate management
      • Amazon EC2 (incl. Amazon S3) for deploying in stage (production-like) and production environments
      • PostgreSQL as preferred database system
      • Redis as preferred in-memory database/store (great for caching)

      The main reason we have chosen Kubernetes over Docker Swarm is related to the following artifacts:

      • Key features: Easy and flexible installation, Clear dashboard, Great scaling operations, Monitoring is an integral part, Great load balancing concepts, Monitors the condition and ensures compensation in the event of failure.
      • Applications: An application can be deployed using a combination of pods, deployments, and services (or micro-services).
      • Functionality: Kubernetes as a complex installation and setup process, but it not as limited as Docker Swarm.
      • Monitoring: It supports multiple versions of logging and monitoring when the services are deployed within the cluster (Elasticsearch/Kibana (ELK), Heapster/Grafana, Sysdig cloud integration).
      • Scalability: All-in-one framework for distributed systems.
      • Other Benefits: Kubernetes is backed by the Cloud Native Computing Foundation (CNCF), huge community among container orchestration tools, it is an open source and modular tool that works with any OS.
      See more
      Slack logo

      Slack

      119.6K
      96.1K
      6K
      Bring all your communication together in one place
      119.6K
      96.1K
      + 1
      6K
      PROS OF SLACK
      • 1.2K
        Easy to integrate with
      • 876
        Excellent interface on multiple platforms
      • 849
        Free
      • 694
        Mobile friendly
      • 690
        People really enjoy using it
      • 331
        Great integrations
      • 315
        Flexible notification preferences
      • 198
        Unlimited users
      • 184
        Strong search and data archiving
      • 155
        Multi domain switching support
      • 82
        Easy to use
      • 40
        Beautiful
      • 27
        Hubot support
      • 22
        Unread/read control
      • 21
        Slackbot
      • 19
        Permalink for each messages
      • 17
        Text snippet with highlighting
      • 15
        Quote message easily
      • 14
        Per-room notification
      • 13
        Awesome integration support
      • 12
        Star for each message / attached files
      • 12
        IRC gateway
      • 11
        Good communication within a team
      • 11
        Dropbox Integration
      • 10
        Slick, search is great
      • 10
        Jira Integration
      • 9
        New Relic Integration
      • 8
        Great communication tool
      • 8
        Combine All Services Quickly
      • 8
        Asana Integration
      • 7
        This tool understands developers
      • 7
        XMPP gateway
      • 7
        Google Drive Integration
      • 7
        Awesomeness
      • 6
        Replaces email
      • 6
        Twitter Integration
      • 6
        Google Docs Integration
      • 6
        BitBucket integration
      • 5
        Jenkins Integration
      • 5
        GREAT Customer Support / Quick Response to Feedback
      • 5
        Guest and Restricted user control
      • 4
        Clean UI
      • 4
        Excellent multi platform internal communication tool
      • 4
        GitHub integration
      • 4
        Mention list view
      • 4
        Gathers all my communications in one place
      • 3
        Perfect implementation of chat + integrations
      • 3
        Easy
      • 3
        Easy to add a reaction
      • 3
        Timely while non intrusive
      • 3
        Great on-boarding
      • 3
        Threaded chat
      • 3
        Visual Studio Integration
      • 3
        Easy to start working with
      • 3
        Android app
      • 2
        Simplicity
      • 2
        Message Actions
      • 2
        It's basically an improved (although closed) IRC
      • 2
        So much better than email
      • 2
        Eases collaboration for geographically dispersed teams
      • 2
        Great interface
      • 2
        Great Channel Customization
      • 2
        Markdown
      • 2
        Intuitive, easy to use, great integrations
      • 1
        Great Support Team
      • 1
        Watch
      • 1
        Multi work-space support
      • 1
        Flexible and Accessible
      • 1
        Better User Experience
      • 1
        Archive Importing
      • 1
        Travis CI integration
      • 1
        It's the coolest IM ever
      • 1
        Community
      • 1
        Great API
      • 1
        Easy remote communication
      • 1
        Get less busy
      • 1
        API
      • 1
        Zapier integration
      • 1
        Targetprocess integration
      • 1
        Finally with terrible "threading"—I miss Flowdock
      • 1
        Complete with plenty of Electron BLOAT
      • 1
        I was 666 star :D
      • 1
        Dev communication Made Easy
      • 1
        Integrates with just about everything
      • 1
        Very customizable
      • 0
        Platforms
      • 0
        Easy to useL
      CONS OF SLACK
      • 13
        Can be distracting depending on how you use it
      • 6
        Requires some management for large teams
      • 6
        Limit messages history
      • 5
        Too expensive
      • 5
        You don't really own your messages
      • 4
        Too many notifications by default

      related Slack posts

      Lucas Litton
      Founder & CEO at Macombey · | 24 upvotes · 319K views

      Sentry has been essential to our development approach. Nobody likes errors or apps that crash. We use Sentry heavily during Node.js and React development. Our developers are able to see error reports, crashes, user's browsers, and more, all in one place. Sentry also seamlessly integrates with Asana, Slack, and GitHub.

      See more
      Jakub Olan
      Node.js Software Engineer · | 17 upvotes · 443.1K views

      Last time we shared there information about our decision about using YouTrack over Jira actually we found much better solution that our team have loved. Linear is a minimalistic issue tracker that integrates well with Sentry, GitHub, Slack and Figma which are our basic tools. I would like to recommend checking out Linear as a potential alternative to "heavy" issue trackers, maybe at enterprises that may not work but when we're a startup that works awesome!

      See more
      Jira logo

      Jira

      61.5K
      48.6K
      1.2K
      The #1 software development tool used by agile teams to plan, track, and release great software.
      61.5K
      48.6K
      + 1
      1.2K
      PROS OF JIRA
      • 310
        Powerful
      • 254
        Flexible
      • 149
        Easy separation of projects
      • 113
        Run in the cloud
      • 105
        Code integration
      • 58
        Easy to use
      • 53
        Run on your own
      • 39
        Great customization
      • 39
        Easy Workflow Configuration
      • 27
        REST API
      • 12
        Great Agile Management tool
      • 7
        Integrates with virtually everything
      • 6
        Confluence
      • 6
        Complicated
      • 3
        Sentry Issues Integration
      • 2
        It's awesome
      CONS OF JIRA
      • 8
        Rather expensive
      • 5
        Large memory requirement
      • 2
        Slow
      • 1
        Cloud or Datacenter only

      related Jira posts

      Johnny Bell

      So I am a huge fan of JIRA like #massive I used it for many many years, and really loved it, used it personally and at work. I would suggest every new workplace that I worked at to switch to JIRA instead of what I was using.

      When I started at #StackShare we were using a Trello #Kanban board and I was so shocked at how easy the workflow was to follow, create new tasks and get tasks QA'd and deployed. What was so great about this was it didn't come with all the complexity of JIRA. Like setting up a project, user rules etc. You are able to hit the ground running with Trello and get tasks started right away without being overwhelmed with the complexity of options in JIRA

      With a few TrelloPowerUps we were easily able to add GitHub integration and storyPoints to our cards and thats all we needed to get a really nice agile workflow going.

      I'm not saying that JIRA is not useful, I can see larger companies being able to use the JIRA features and have the time to go through all the complex setup to get a really good workflow going. But for smaller #Startups that want to hit the ground running Trello for me is the way to go.

      In saying that what I would love Trello to implement is to allow me to create custom fields. Right now we just have a Description field. So I am adding User Stories & How To Test in the Markdown of the Description if I could have these as custom fields then my #Agile workflow would be complete.

      #StackDecisionsLaunch

      See more
      Jakub Olan
      Node.js Software Engineer · | 17 upvotes · 443.1K views

      Last time we shared there information about our decision about using YouTrack over Jira actually we found much better solution that our team have loved. Linear is a minimalistic issue tracker that integrates well with Sentry, GitHub, Slack and Figma which are our basic tools. I would like to recommend checking out Linear as a potential alternative to "heavy" issue trackers, maybe at enterprises that may not work but when we're a startup that works awesome!

      See more
      Trello logo

      Trello

      43.1K
      33.5K
      3.7K
      Your entire project, in a single glance
      43.1K
      33.5K
      + 1
      3.7K
      PROS OF TRELLO
      • 715
        Great for collaboration
      • 628
        Easy to use
      • 573
        Free
      • 375
        Fast
      • 347
        Realtime
      • 237
        Intuitive
      • 215
        Visualizing
      • 169
        Flexible
      • 126
        Fun user interface
      • 83
        Snappy and blazing fast
      • 30
        Simple, intuitive UI that gets out of your way
      • 27
        Kanban
      • 21
        Clean Interface
      • 18
        Easy setup
      • 18
        Card Structure
      • 17
        Drag and drop attachments
      • 11
        Simple
      • 10
        Markdown commentary on cards
      • 9
        Lists
      • 9
        Integration with other work collaborative apps
      • 8
        Satisfying User Experience
      • 8
        Cross-Platform Integration
      • 7
        Recognizes GitHub commit links
      • 6
        Easy to learn
      • 5
        Great
      • 4
        Better than email
      • 4
        Versatile Team & Project Management
      • 3
        and lots of integrations
      • 3
        Trello’s Developmental Transparency
      • 3
        Effective
      • 2
        Easy
      • 2
        Powerful
      • 2
        Agile
      • 2
        Easy to have an overview of the project status
      • 2
        flexible and fast
      • 2
        Simple and intuitive
      • 1
        Name rolls of the tongue
      • 1
        Customizable
      • 1
        Email integration
      • 1
        Personal organisation
      • 1
        Nice
      • 1
        Great organizing (of events/tasks)
      • 0
        Easiest way to visually express the scope of projects
      CONS OF TRELLO
      • 5
        No concept of velocity or points
      • 4
        Very light native integrations
      • 2
        A little too flexible

      related Trello posts

      Johnny Bell

      So I am a huge fan of JIRA like #massive I used it for many many years, and really loved it, used it personally and at work. I would suggest every new workplace that I worked at to switch to JIRA instead of what I was using.

      When I started at #StackShare we were using a Trello #Kanban board and I was so shocked at how easy the workflow was to follow, create new tasks and get tasks QA'd and deployed. What was so great about this was it didn't come with all the complexity of JIRA. Like setting up a project, user rules etc. You are able to hit the ground running with Trello and get tasks started right away without being overwhelmed with the complexity of options in JIRA

      With a few TrelloPowerUps we were easily able to add GitHub integration and storyPoints to our cards and thats all we needed to get a really nice agile workflow going.

      I'm not saying that JIRA is not useful, I can see larger companies being able to use the JIRA features and have the time to go through all the complex setup to get a really good workflow going. But for smaller #Startups that want to hit the ground running Trello for me is the way to go.

      In saying that what I would love Trello to implement is to allow me to create custom fields. Right now we just have a Description field. So I am adding User Stories & How To Test in the Markdown of the Description if I could have these as custom fields then my #Agile workflow would be complete.

      #StackDecisionsLaunch

      See more
      Francisco Quintero
      Tech Lead at Dev As Pros · | 13 upvotes · 1.8M views

      For Etom, a side project. We wanted to test an idea for a future and bigger project.

      What Etom does is searching places. Right now, it leverages the Google Maps API. For that, we found a React component that makes this integration easy because using Google Maps API is not possible via normal API requests.

      You kind of need a map to work as a proxy between the software and Google Maps API.

      We hate configuration(coming from Rails world) so also decided to use Create React App because setting up a React app, with all the toys, it's a hard job.

      Thanks to all the people behind Create React App it's easier to start any React application.

      We also chose a module called Reactstrap which is Bootstrap UI in React components.

      An important thing in this side project(and in the bigger project plan) is to measure visitor through out the app. For that we researched and found that Keen was a good choice(very good free tier limits) and also it is very simple to setup and real simple to send data to

      Slack and Trello are our defaults tools to comunicate ideas and discuss topics, so, no brainer using them as well for this project.

      See more
      G Suite logo

      G Suite

      31.5K
      15.1K
      2.5K
      Collaboration and productivity apps for Business
      31.5K
      15.1K
      + 1
      2.5K
      PROS OF G SUITE
      • 609
        Gmail
      • 447
        Google docs
      • 365
        Calendar
      • 284
        Great for startups
      • 230
        Easy to work
      • 115
        Document management & workflow
      • 110
        Very easy to share
      • 80
        No brainer
      • 59
        Google groups
      • 59
        Google scripts & api
      • 22
        Google drive
      • 16
        Popular
      • 13
        No spam, phishing protection
      • 12
        Google Spreadsheets
      • 12
        Easy
      • 10
        Cloud based and collaboration
      • 7
        Simple and fast document creation collaboration
      • 6
        Best Cloud environment ever
      • 5
        Google maps api
      • 3
        Awesome Collaboration Tools
      • 3
        Google-powered Search in Gmail
      • 3
        Geolocation
      • 1
        도메인 단위로 어플을 관리할 수 있고, 클라우드지만 강력한 보안기능과 기기관리 기능을 제공
      • 1
        music
      • 1
        Single sign-on
      • 1
        Simple
      CONS OF G SUITE
      • 6
        Starting to get pricey
      • 4
        Good luck changing domains
      • 1
        Lesser fonts and styling available in mail compose
      • 1
        Long emails get truncated

      related G Suite posts

      Yonas Beshawred

      Using Screenhero via Slack was getting to be pretty horrible. Video and sound quality was often times pretty bad and worst of all the service just wasn't reliable. We all had high hopes when the acquisition went through but ultimately, the product just didn't live up to expectations. We ended up trying Zoom after I had heard about it from some friends at other companies. We noticed the video/sound quality was better, and more importantly it was super reliable. The Slack integration was awesome (just type /zoom and it starts a call)

      You can schedule recurring calls which is helpful. There's a G Suite (Google Calendar) integration which lets you add a Zoom call (w/dial in info + link to web/mobile) with the click of a button.

      Meeting recordings (video and audio) are really nice, you get recordings stored in the cloud on the higher tier plans. One of our engineers, Jerome, actually built a cool little Slack integration using the Slack API and Zoom API so that every time a recording is processed, a link gets posted to the "event-recordings" channel. The iOS app is great too!

      #WebAndVideoConferencing #videochat

      See more
      Nasser Khan
      Product Manager at StackShare · | 13 upvotes · 434.1K views
      Shared insights
      on
      G SuiteG SuiteSlackSlack
      at

      We are highly dependent on G Suite for all our collaboration and productivity needs, from Gmail and Calendar to Sheets and Docs. While it may not be as robust as Microsoft's offerings in those areas, it's totally cloud-based, we've never had any downtime issues and it integrates well with our other tools like Slack. We write and collaborate on all our specs/PRDs in Docs, share analyses via Sheets and handle our meetings via Calendar. #StackDecisionsLaunch #ProductivitySuite #Collaboration #DocumentCollaboration

      See more
      Confluence logo

      Confluence

      26.3K
      19.2K
      202
      One place to share, find, and collaborate on information
      26.3K
      19.2K
      + 1
      202
      PROS OF CONFLUENCE
      • 94
        Wiki search power
      • 62
        WYSIWYG editor
      • 43
        Full featured, works well with embedded docs
      • 3
        Expensive licenses
      CONS OF CONFLUENCE
      • 3
        Expensive license

      related Confluence posts

      David Ritsema
      Frontend Architect at Herman Miller · | 11 upvotes · 714.5K views

      We knew how we wanted to build our Design System, now it was time to choose the tools to get us there. The essence of Scrum is a small team of people. The team is highly flexible and adaptive. Perfect, so we'll work in 2 week sprints where each sprint can be a mix of new R&D stories, a presentation of decisions made, and showcasing key development milestones.

      We are also able to run content stories in parallel, focusing development efforts around key areas of the site that our authors need first. Our stories would exist in a Jira backlog, documentation would be hosted in Confluence , and GitHub would host our codebase. If developers identify technical improvements during the sprint, they can be added as GitHub issues and transferred to Jira if we decide to represent them as stories for the Backlog. For Sprint Retrospectives, @groupmap proved to be a great way to include our remote members of the dev team.

      This worked well for our team and allowed us to be flexible in what we wanted to build and how we wanted to build it. As we further defined our Backlog and estimated each story, we could accurately measure the team's capacity (velocity) and confidently estimate a launch date.

      See more
      Priit Kaasik
      CTO at Katana Cloud Inventory · | 9 upvotes · 565.1K views

      As a new company we could early adopt and bet on #RemoteTeam setup without cultural baggage derailing us. Our building blocks for developing remote working culture are:

      • Hiring people who are self sufficient, self-disciplined and excel at video and written communication to work remotely
      • Set up periodic ceremonies ( #DailyStandup, #Grooming, Release calls and chats etc) to keep the company rhythm / heartbeat going across remote cells
      • Regularly train your leaders to take into account remote working aspects of organizing f2f calls, events, meetups, parties etc. when communicating and organizing workflows
      • And last, but not least - select the right tools to support effective communication and collaboration:
      1. All feeds and conversations come together in Slack
      2. #Agile workflows in Jira
      3. InProductCommunication and #CustomerSupportChat in Intercom
      4. #Notes, #Documentation and #Requirements in Confluence
      5. #SourceCode and ContinuousDelivery in Bitbucket
      6. Persistent video streams between locations, demos, meetings run on appear.in
      7. #Logging and Alerts in Papertrail
      See more
      Skype logo

      Skype

      17.1K
      13.3K
      653
      Voice calls, instant messaging, file transfer, and video conferencing
      17.1K
      13.3K
      + 1
      653
      PROS OF SKYPE
      • 258
        Free, widespread
      • 147
        Desktop and mobile apps
      • 110
        Because i have to :(
      • 57
        Low cost international calling
      • 56
        Good for international calls
      • 10
        Best call quality anywhere, generally
      • 5
        Beautiful emojis
      • 4
        Chat bots
      • 2
        Translator
      • 2
        Skype for business integration with Outlook
      • 1
        United kingdom
      • 1
        Not the Best, but get the job done
      CONS OF SKYPE
      • 5
        Really high CPU utilization during video/screenshare
      • 3
        Not always reliable
      • 3
        Outdated UI
      • 3
        Birthday notifications are annoying
      • 3
        The worst indicator noises of any app ever
      • 2
        Finding/adding people isn't easy

      related Skype posts

      Dmitry Mukhin

      Uploadcare is mostly remote team and we're using video conferencing all the time both for internal team meetings and for external sales, support, interview, etc. calls. I think we've tried every solution there is on the market before we've decided to stop with Zoom.

      Tools just plainly don't work (Skype), are painful to install for external participants (Webex and other "enterprise" solutions) can't properly handle 10+ participants calls (Google Hangouts Chat).

      Zoom just works. It has all required features and even handles bad connections very graciously. One of the best tool decisions we've ever made :)

      See more
      Mark Nelissen

      I use Slack because it offers the best experience, even on the free tier (which we're still using). As a comparison, I have had in depth experience with HipChat, Stride, Skype, Google Chat (the new service), Google Hangouts (the old service). For self hosted, Mattermost is open source and claims to support most Slack integrations, but I have not extensively investigated this claim.

      See more