Heard from @Ewan that streaming is now supported in several languages… seems the streaming doc page is out of date in showing those limitations.
Details from @Ewan (Thanks)
- (in addition to Java/Scala)
- You can use our JavaScript driver in Node.js applications: JavaScript driver | Fauna Documentation. So far, it looks like you should avoid Node.js 12.x, but 14.x and higher do appear to work well.
- Our Python driver also supports streaming: GitHub - fauna/faunadb-python: Python driver for FaunaDB
- You can use our Go driver for streaming: GitHub - fauna/faunadb-go: Go driver for FaunaDB
- Our C# driver version 4.0 is currently in preview, and when released will have streaming support: GitHub - fauna/faunadb-csharp at release-4.0.0-rc