Based on our record, Socket.io seems to be a lot more popular than Thymer. While we know about 734 links to Socket.io, we've tracked only 24 mentions of Thymer. We are tracking product recommendations and mentions on various public social media platforms and blogs. They can help you identify which product is more popular and what people think of it.
In line 32 we have the socket.io editaData event which handles data editing in the server. When the user clicks edit in the client, the server searches for the data using the findIndex method. If it exists it updates the data in the crudData array then it broadcasts the edited data to the client. - Source: dev.to / 4 months ago
Tools like Socket.IO and WebSockets significantly simplify the implementation of real-time communication between client and server. - Source: dev.to / 4 months ago
To capture the test execution status, I wrote a custom karma reporter(a good resource) with which I was able to emit the test execution status back to the vscode extension. I am using socket.io to do this communication. - Source: dev.to / 5 months ago
Building such experiences is already possible, using libraries such as socket.io and React Together. This blog post explains how to easily add real-time collaboration to an existing React app, using React Together. - Source: dev.to / 5 months ago
Complexity: WebSockets require you to handle connection lifecycle events, such as errors and reconnections. While the code example I provided could suffice for simple use cases, more complex use cases might arise, like automatic reconnection and queueing messages sent by the client when the connection wasn't open. For that, you can either extend this code or use an external library like react-use-websocket for a... - Source: dev.to / 7 months ago
We’re working on a new IDE but for tasks/notes [1] which is end-to-end-encrypted and optionally self-hostable [1] https://thymer.com. - Source: Hacker News / about 12 hours ago
We're building https://thymer.com/ to do this. Real-time collaboration, local-first + end-to-end-encrypted (and optionally self-hosted). - Source: Hacker News / 21 days ago
We're building a collaborative IDE for tasks and notes [1] from scratch without frameworks/dependencies. Not saying frameworks are never the right answer of course, but it's as much a trade-off for complex apps as it is for blogs. Things like performance, bundle size, tooling complexity, easy of debugging and call stack depth, API stability, risk of hitting hard-to-work-around constraints all matter at scale too.... - Source: Hacker News / 28 days ago
Looks impressive! Using the VFS is such a fun "hack" :) We developed our own sync engine for an offline-first IDE for notes/tasks [1] we're building, where the data structure is a tree (or graph actually) to support outlining operations. Conflict resolution is always the challenge, and especially with trees multiple offline players can optimistically commit local changes which would result in an invalid tree state... - Source: Hacker News / 2 months ago
We've built a sync engine from scratch. Our app is a multiplayer "IDE" but for tasks/notes [1], so it's important to have a fast local first/office experience like other editors, and have changes sync in the background. I definitely believe sync engines are the future as they make it so much easier to enable things like no-spinners browsing your data, optimistic rendering, offline use, real-time collaboration and... - Source: Hacker News / 3 months ago
Firebase - Firebase is a cloud service designed to power real-time, collaborative applications for mobile and web.
Logseq - Logseq is a local-first, non-linear, outliner notebook for organizing and sharing your personal knowledge base.
Pusher - Pusher is a hosted API for quickly, easily and securely adding scalable realtime functionality via WebSockets to web and mobile apps.
RxDB - A fast, offline-first, reactive Database for JavaScript Applications
Histats - Start tracking your visitors in 1 minute!
Yjs - A CRDT framework with a powerful abstraction of shared data, Shared data types for building collaborative software