web-mongo icon indicating copy to clipboard operation
web-mongo copied to clipboard

An experiment connecting to MongoDB server from web browser and using Change Streams for reactive updates.

Results 5 web-mongo issues
Sort by recently updated
recently updated
newest added

Over the web, this seems more problematic. Opened upstream: https://jira.mongodb.org/browse/NODE-1365

And use also [envify](https://github.com/hughsk/envify). [uglifyify](https://github.com/hughsk/uglifyify) should then remove dead code. This could make bundle even smaller because [Vue will not include extra code](https://github.com/vuejs/vueify#building-for-production-1).

We are not yet using a lot of CSS, but it would still be great if example minimized CSS when running `npm run build`. Just as an example.

We could probably use only mongodb-core instead of the full mongodb package. This could make bundle smaller.

We should do more benchmarking and profiling. Where are currently bottlenecks? What's the throughput of these changes? How does it compare with other similar systems (Meteor)?