Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 402 Bytes

File metadata and controls

10 lines (6 loc) · 402 Bytes

Timny: A realtime collaborative code editor

This is an educational project, not intended for production

Demo

Timny is a realtime collaborative code editor that runs on local network.

This project is my final project for Object-Oriented Programming(OOP) course. It uses CRDT and WebSocket to allow realtime collaboration. Timny also has syntax highlighting for Java.