Products

Getting Started with Jspreadsheet Server

Overview

Jspreadsheet Server uses Socket.IO to keep a real-time virtual spreadsheet in sync with every user's local instance. Any change made by one user is instantly reflected across all connected users, ensuring seamless collaboration.

What do I need to implement?

You are responsible for authentication and data persistence. Jspreadsheet Server takes care of real-time synchronization and spreadsheet logic behind the scenes.


Install

Backend

npm install @jspreadsheet/server

Server Overview