removed mesh.js (#792)

This commit is contained in:
Maciej Augustyniak
2022-05-08 18:23:40 +02:00
committed by GitHub
parent b0f4ab93c0
commit d8924329e8

View File

@@ -426,7 +426,6 @@ There're also some great commercial libraries, like [amchart](https://www.amchar
* [lazy.js](https://github.com/dtao/lazy.js) - Like Underscore, but lazier. * [lazy.js](https://github.com/dtao/lazy.js) - Like Underscore, but lazier.
* [ramda](https://github.com/CrossEye/ramda) - A practical functional library for JavaScript programmers. * [ramda](https://github.com/CrossEye/ramda) - A practical functional library for JavaScript programmers.
* [mout](https://github.com/mout/mout) - Modular JavaScript Utilities. * [mout](https://github.com/mout/mout) - Modular JavaScript Utilities.
* [mesh](https://github.com/crcn/mesh.js) - Streamable data synchronization utility.
* [preludejs](https://github.com/alanrsoares/prelude-js) - Hardcore Functional Programming for JavaScript. * [preludejs](https://github.com/alanrsoares/prelude-js) - Hardcore Functional Programming for JavaScript.
* [rambda](https://github.com/selfrefactor/rambda) - Faster and smaller alternative to *Ramda*. * [rambda](https://github.com/selfrefactor/rambda) - Faster and smaller alternative to *Ramda*.
* [fxts](https://github.com/marpple/FxTS) - Lazy evaluation and concurrency. * [fxts](https://github.com/marpple/FxTS) - Lazy evaluation and concurrency.