Skip to content
Arlo Belshee edited this page Jun 26, 2018 · 2 revisions

Welcome to the cukeness wiki!

Some thoughts.

Considering client-side only.

  • Makes distribution easy - just host one static HTML file.
  • CORS becomes very hard for accessing git (GH doesn't open it up, so need host-specific REST implementations).

Considering our own REST server.

  • Choose our language.
  • One more server for the dev team to set up (how do we make that trivial? Docker?)
  • If this is outside the corp net, then they'd have to deal with bridging for data. Always hard.

Considering a hosted service.

  • Bridge becomes a real pain.
  • Could we write a server to sit behind their firewall and proxy? Make that trivial to set up, since it's so dumb. Also limited enough to not worry security people. Cert-based auth pass-through (our host server's private cert).
Clone this wiki locally