Tutorials Vue.js Real-time Chat Tutorial Check out the live example 🚀. As well as the full source code on GitHub 👩🏽💻. In the world of web apps, adding chat features used to be a nice extra, but now it's a
Tutorials Building a realtime voting app in React In this post, we’ll build a realtime voting system that will allow users to vote for their favorite football player and see their votes count in realtime.
Tutorials Tutorial: Build a React.js Chat App Tutorial updated and completely rewritten 3. September 2023. Check out the live example 🚀. As well as the full source code on GitHub 👩🏽💻. Adding chat functionality to web apps may have been a nice-to-have
Tutorials Crypto Tracker Tutorial with Real-Time Charts Today's cryptocurrency market is growing rapidly. Adding a real-time crypto tracker to your website could be beneficial. Not only could it attract new users, but it could also keep your current users engaged.
Go Go Chat App Tutorial: Build a Real-time Chat In this tutorial we'll be building a chat app using Go, JavaScript and Scaledrone realtime messaging platform. You can find the full source from GitHub. Structure of the project Our tutorial will be
Chat iOS Chat Tutorial: Building A Realtime Messaging App One thing that can differentiate your app from other apps on the market is building in chat functionality. Online marketplaces, social networks and collaboration tools can all benefit from in-app chat. Your users
Tutorials React Native Maps Tutorial: Find My Friends In this tutorial, we're going to be building a "Find My Friends"-like app using React Native, react-native-maps and the Scaledrone React Native client. You can find the full source code
Tutorials iOS Accessibility Tutorial: Tips on Making Your App More Accessible Accessibility is one of those things that always seem to be at the bottom of the priority list for iOS apps. At first sight, making your app accessible seems like a lot of
Tutorials FIFA 2018 World Cup Live Map Using Twitter and Scaledrone As the FIFA World Cup has just ended, we decided to put Scaledrone for a spin and created a live map visualising FIFA tweets all over the world. Here is the snap of
Tutorials Text to Speech Using AWS Polly Serverless is the latest buzz among the modern application development. The most generic way to explain serverless is to get away with the regular always-running applications and instead focus on run-on-demand applications (besides
Tutorials Facebook Pixel Tracking Across Multiple Domains A typical situation for a SaaS website is to have your public web on www.companyname.com and have your actual app on app.companyname.com. This approach makes sense for many best
Android Android Chat Tutorial: Building A Realtime Messaging App In this tutorial, we'll create a real-time group chat for Android using the Scaledrone Java API Client. The functionality will closely resemble that of popular messaging apps like WhatsApp, Facebook Messenger, and Signal.
Tutorials Automated UI testing with Nightmare At Scaledrone we put a heavy emphasis on testing. While our backend is well tested, the website has been lacking in testing for a while. In past projects, we have used Capybara for
Tutorials GraphQL Tutorial: Using Github GraphQL API with Node.js As of API v4 Github is using GraphQL as a query language for their API. This gives the users more power and flexibility to ask exactly what they need from the API (it
WebRTC WebRTC Chat Tutorial This tutorial will teach you: The basics of WebRTC How to create a 1-on-1 text chat where users can enter their username and be assigned a random emoji avatar How to use RTCDataChannel
WebRTC WebRTC Tutorial: Simple video chat This tutorial will teach you: The basics of WebRTC How to create a 1on1 video chat How to use Scaledrone for signaling so that no server coding is needed Check out the live
Go Creating an API Client in Go When consuming a REST API it's a good practice to write an API Client (API Wrapper) for yourself or your own REST API, so other users could more easily access it. Fortunately, Go
Tutorials Real-time notifications from systemd to Slack We released the current version of Scaledrone over two years ago in Fall 2014. We were ramping up, trying to make a name for ourselves and got some sizeable customers on board. As
Tutorials JavaScript chat room tutorial We're going to be building a real-time JavaScript chat room similar to Twitch.tv's chat using JavaScript and Scaledrone realtime messaging service. The app is going to be using Websockets on modern browsers