Dev Useful Stuff
2.02K subscribers
2 photos
337 links
Here you can find some interesting links to development libraries, frameworks, tools, plugins and articles
Download Telegram
​​Fusion.js is a web application framework by Uber team for building high quality universal applications. It provides a modular architecture with a strong focus on testability and maintainability.

Here are the features you'll find in Fusion.js:

● server side rendering and async rendering
● ES2017 and JSX support out of the box
● hot module reloading in development mode
● bundle splitting
● universal rendering (run the same code in the server and the browser)
● server-side development via Koa.js
● plugin-based architecture (so you only include what you need in your browser bundles)
● a curated set of plugins for data fetching, styling, etc. maintained by the Fusion.js team
● plugins for error logging, security, etc.
● bundle analysis tooling

Please read also the article from Uber's blog "Introducing Fusion.js: A Plugin-based Universal Web Framework"

#uber #js #framework #web
​​Instacam (★ 49) is a library to perform instant canvas video through the WebRTC API with a fresh touch of CSS filters.

Checkout the demo to see it in an action.

#js #web #webrtc #webcam #video
​​ferret (★ 3,203) - is a web scraping system aiming to simplify data extraction from the web for such things like UI testing, machine learning and analytics.

Having its own declarative DSL language, ferret abstracts away technical details and complexity of the underlying technologies, helping to focus on the data itself.

It's extremely portable, extensible and fast.

#web #ui #grabbing #scraping #go
​​Algernon - (★ 1,015 on GitHub) is a web server with built-in support for QUIC, HTTP/2, Lua, Markdown, Pongo2, HyperApp, Amber, Sass(SCSS), GCSS, JSX, BoltDB (built-in, stores the database in a file, like SQLite), Redis, PostgreSQL, MariaDB/MySQL, rate limiting, graceful shutdown, plugins, users and permissions.

All in one small self-contained executable.

#go #fullstack #server #web #allinone
​​SnapDrop - (11.6k ★ on GitHub) is the local file sharing in your browser. Inspired by Apple's Airdrop.

#file #sharing #web
👍32🥰1