Getting Started with Intrasheets
Overview
Intrasheets uses socket.io to synchronize a real-time virtual spreadsheet with each user’s local spreadsheet on the server. Every user interaction is replicated in the server’s virtual spreadsheet, ensuring updates are synchronized across all connected users.
What do I need to implement?
You’ll handle authentication and data persistence, while Intrasheets manages the core synchronization and data handling.
Intrasheets License
Intrasheets is free for individuals, small companies with up to 25 employees, or during a 30 trial evaluation period.
Install
Backend
npn install @intrasheets/server
Frontend
npn install intrasheets