Once you've created a project and installed dependencies with npm install (or pnpm install or yarn or bun), start a development server: This project w

Search code, repositories, users, issues, pull requests...

submited by
Style Pass
2024-12-27 19:00:04

Once you've created a project and installed dependencies with npm install (or pnpm install or yarn or bun), start a development server:

This project was created as part my Master's Thesis. The initial idea was to evaluate the feasibility of running a stateful workload on the edge using commertially available tools and services and compare it againt traditional non serverless (and non edge based) workloads.

On further digging, I found some more interesting advantages of running a Feature flag service at the edge. Apart from the obvious advantage of reduced latency, it can also be combined with server-side rendering to provide a more efficient and faster experience to the end user.

Leave a Comment