How do I use Google Pub/Sub Lite with Node.js?
There is a library for the full global version but nothing for the lite version. npm only has 'lite' wrappers for the full global version of Pub/Sub.
Is it possible to use the full Pub/Sub library with some settings changes or something like that? or is there another way?
Currently, there is no NodeJS client library available for Pub/Sub Lite according to this official documentation. The Pub/Sub Lite client libraries are only available in Go, Java and Python languages.