Live data from Hacker News

Meteor Galaxy, a cloud platform for Meteor applications

info.meteor.com

41–42 of 42 posts

Re: Meteor Galaxy, a cloud platform for Meteor applications

#42
post #26
post #21

On a slightly unrelated note: Would it be possible to make a webapp like Meteor in Clojure pretty easily, using CSP go-style channels ang go-threads. I imagine a function would "broadcast" or "listen to" websocket connections. If the app uses channels for communicating between different go-blocks, server/client contact could use an identical interface. Sending things server-side would be no different than sending thi…

Huh. You'd need a closurescript wrapper around MiniMongo which is the in memory mongo database that powers Meteor's isomorphic code. But in theory very doable.

Yep. In Coils it has a frontend database cache like MiniMongo
Post reply on HN