Picolab / pico-engine

An implementation of the pico-engine hosted on node.js
http://picolabs.io/
MIT License
43 stars 8 forks source link

add picoQuery() as replacement or skyQuery() #547

Closed windley closed 3 years ago

windley commented 3 years ago

picoQuery() does what skyQuery() does AND also uses ctx:query() to query picos on the same engine instead of HTTP. This solves some policy problems on family channels and reduces the use of HTTP to just going off engine.

A unified function in Wrangler means developers don't have to do this.

b1conrad commented 3 years ago

fixes #546