rethinkdb / horizon

Horizon is a realtime, open-source backend for JavaScript apps.
MIT License
6.78k stars 349 forks source link

Plugins #865

Open Tryneus opened 7 years ago

Tryneus commented 7 years ago

This is a work in progress, but eclipses #760 - this is a fork from that branch to my personal repo.

Several big things remain to do:

The Horizon server has been completely revamped, so any users who directly embedded the server will need non-trivial code changes. The client is relatively unchanged, it was a goal to make it as painless as possible of an upgrade in the frontend. Still, a few backwards-incompatibilities surfaced:


This change is Reviewable

lgleim commented 7 years ago

@Tryneus Are you still commited to completing this refactoring process? Either way, could you please give a quick heads up re status so this work can be picked up by someone else otherwise?

sp90 commented 7 years ago

Whats the status on this?

madwill commented 6 years ago

Hi everyone, i'm interested in trying this version of horizon. I have forked @Tryneus repos and build the grey_plugins branch which compile ok.

I understand it seems to be using CircleCi for continuous integration. I would be interested in some pointers on how to build and publish the package including client/server together.

If its somewhat complicated i guess we could publish client and server separately.

Thank you very much for your time

William