Icon

Demonstrates the use of getJson() EKV function.

Loading...

https://www.edgecompute.live/edgekv/usearch/search.html

Copied to clipboard!

The example demonstrates how you can use EdgeWorkers and EdgeKV to search for specific user details. It also shows how you could use getJson() helper method.

Note : This is an extension of User Registration use case. You would need the key value from the User Registration use case if you want to verify the details.

Icon landscape
Core Concepts

Helps developers understand the fundamental processes needed for edge computing.

Icon landscape
Distributed Data

Pushing data to the edge speeds up websites by avoiding central bottlenecks

Related Examples

View More
Icon Card background
Register User Details

Demonstrates how you can use EdgeWorkers and EdgeKV to collect user details. It also shows how you could use the putJson() helper method.

Note: Please copy the ‘key’ value from the output if you wish to verify the entered details in the Search User example.

View Case