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
​​Polka (★ 794) - is an extremely minimal, highly performant Express.js alternative. Essentially, Polka is just a native HTTP server with added support for routing, middleware, and sub-applications.

#js #nodejs #expressjs
​​Hapi - (★ 9183 on GitHub) is s a simple to use configuration-centric server framework with built-in support for input validation, caching, authentication, and other essential facilities for building web and services applications. hapi enables developers to focus on writing reusable application logic in a highly modular and prescriptive approach.

#js #nodejs #server #framework
​​Zero Server - (★ 3,471 on GitHub) is a web framework to simplify modern web development.

It allows you to build your application without worrying about package management or routing. It's as simple as writing your code in a mix of Node.js, React, HTML, MDX, and static files and putting them all in a folder. Zero will serve them all. Zero abstracts the usual project configuration for routing, bundling, and transpiling to make it easier to get started.

#nodejs #js #npm #server
​​Deno - (★ 57.4k on GitHub) is a secure runtime for JavaScript and TypeScript, a modern Node.js alternative. Deno aims to provide a productive and secure scripting environment for the modern programmer. It is built on top of V8, Rust, and TypeScript.

Please take a look at the Deno Handbook as well for a quick start.

#nodejs #rust #v8 #js #javascript #typescript