TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

ReactiveMongo for Scala: Unleashing MongoDB Streaming power for Realtime Web

45 pointsby sadacheover 12 years ago

3 comments

bobylitoover 12 years ago
There is also a very cool sample using GridFS for storing and streaming files <a href="https://github.com/sgodbillon/reactivemongo-demo-app" rel="nofollow">https://github.com/sgodbillon/reactivemongo-demo-app</a>
mandubianover 12 years ago
This new driver mixed with Play2 fully non-blocking/asynchronous stack opens very interesting fields of exploration and was really something missing till now in JVM world...
sadacheover 12 years ago
or stream a live tailable collection through websocket <a href="https://github.com/sgodbillon/reactivemongo-tailablecursor-demo" rel="nofollow">https://github.com/sgodbillon/reactivemongo-tailablecursor-d...</a> :)