DEV Community

Aditya Oberai for Appwrite

Posted on • Updated on

 

Appwrite & Appsmith: The perfect open-source duo for your business apps

Last week, we at Appwrite collaborated with the Appsmith team to showcase how businesses can leverage both of these amazing open source solutions to build apps and dashboards faster and better πŸ₯³. We had an amazing session where Matej and Confidence showcased the capabilities of these platforms by building a demo application for our audience! LIVE!! 😍

GitHub logo Meldiron / appwrite-appsmith-demo

Demo application to showcase communication between Appwrite and Appsmith

If you have any further questions or simply want to hang out with some awesome open source geeks, you can join the Appwrite team and community on our Discord serverπŸ’.

Top comments (0)

An Animated Guide to Node.js Event Loop

Node.js doesn’t stop from running other operations because of Libuv, a C++ library responsible for the event loop and asynchronously handling tasks such as network requests, DNS resolution, file system operations, data encryption, etc.

What happens under the hood when Node.js works on tasks such as database queries? We will explore it by following this piece of code step by step.