-
Notifications
You must be signed in to change notification settings - Fork 2
Description
I originally wrote fastlike while working at Khan Academy to ease in our transition to Fastly Compute. It allowed us to run a fully local development server that ran the same edge code as we ran on the actual edge.
When I left Khan Academy I continued to work on fastlike for a period of time and even had some amazing support from @jedisct1, who even used it to test the early versions of https://github.com/jedisct1/zigly.
In the meantime fastly themselves introduced github.com/fastly/Viceroy a first-party tool that works similarly (and shares a lot with the fastly CLI).
While I haven't worked on fastlike much these last few years I'm still proud of what went into it and I've been considering working on it again if only to sate my own interests and curiosity. I know @jedisct1 contributed quite a few changes this past month but I'm not sure if that was for correctness/completions sake or for some other reason.
So, I'm curious if anyone is actually watching here and/or using fastlike in any capacity. If you are, do you have any thoughts or suggestions about the project?