Client Side Production?

So I’m building a model that would only be useful if it had real-time results, which a server request would be too slow for. So, in short, is there a way that I could run a pre-trained model in the browser preferably in javascript?

I looked at pytorch conversions to tensorflowjs but this seems impractical and not scalable.

Thanks!