HackerTrans
TopNewTrendsCommentsPastAskShowJobs

palkan

no profile record

Submissions

Redprints CFP: an open source CFP management app built with Rails and Inertia.js

evilmartians.com
5 points·by palkan·hace 11 meses·3 comments

Show HN: Ruby on Rails tutorial running in the browser

rails-tutorial.evilmartians.io
12 points·by palkan·hace 12 meses·3 comments

Voice AI Agents with Twilio Media Streams, OpenAI Realtime, and AnyCable

evilmartians.com
3 points·by palkan·hace 2 años·0 comments

AnyCable v1.5: socketio-like pub/sub with delivery and performance guaranteed

anycable.substack.com
12 points·by palkan·hace 2 años·1 comments

comments

palkan
·hace 2 años·discuss
AnyCable is a realtime server for reliable two-way communication focused on reliability (or delivery guarantees), performance and security. Open source, managed (https://plus.anycable.io), self-hosted Pro—pick according to your needs!

v1.5 comes with new features allowing you to use AnyCable in a standalone mode with any (or none) backend: – pub/sub streams: public and signed; – whispering: publish broadcasts from clients, w/o touching backend; useful for typing indicators, cursors, and other frontend-only features.

Check out our new demos:

1. Next.js demo w/ public streams and whispers: https://stackblitz.com/edit/anycable-pubsub 2. Rails demo using signed streams instead of channels (and whispers, too): https://github.com/anycable/anycable_rails_demo/pull/34