🦞🌯 Lobster Roll

Thread

Lobsters node module to get stories (github.com)
A node module that I created to get Lobsters stories. I [use it with emacs](https://github.com/medimatrix/lobste.rs-node/wiki/Using-lobste.rs-node-with-Emacs).

Stories related to "Lobsters node module to get stories" across the full archive.

Lobsters node module to get stories (github.com)
A node module that I created to get Lobsters stories. I [use it with emacs](https://github.com/medimatrix/lobste.rs-node/wiki/Using-lobste.rs-node-with-Emacs).
Node.js 8: Big Improvements for the Debugging and Native Module Ecosystem (medium.com)
jsotp - a node module to generate and verify one-time password, based on RFC4226(HOTP) and RFC6238(T (github.com)
A light-weight command line tool to create a node module (github.com)
One node module to integrate any AI model (github.com)
Requiring ESM module support in Node.js (joyeecheung.github.io)
NPM and NodeJS should do more to make ES Modules easy to use (2024) (borischerny.com)
Show Lobsters: Sublime Text 2 Package - AMD/RequireJS Module Editor (github.com)
SSH2 client module written in pure JavaScript for node.js (github.com)
rconsole - syslog.h bindings for node.js with a revised console module (github.com)
On Maintaining a Native Node Module (voodootikigod.com)
CLI for testing Node.js modules from NPM easier (github.com)
Node.js module for App Store Optimization on Google Play (github.com)
I Peeked Into My Node_Modules Directory And You Won’t Believe What Happened Next (medium.com)
Meta: 'nodejs' tag
Hi Lobsters, As you probably know, node.js is a framework for developing server applications on javascript. It is a relevant piece of software [that attracts many developers](http://thenewstack.io/javascript-popularity-surpasses-java-php-stack-overflow-developer-survey/) and, if only for that, me...
React on the Server for Beginners: Build a Universal React and Node App (scotch.io)
Build a super fast Universal JavaScript app that can be rendered both on the client and on the server using React, React Router and Express
Redis Pub/Sub: Node.js Guide (redisgreen.net)
A curious case of memory leak in a node.js app (future-processing.pl)
Node.js, TC-39, and Modules (hackernoon.com)
Hello World: Concurrency In Node.js Using The Cluster Module (bennadel.com)
Optimize your Node app by simply upgrading Node.js (blog.sqreen.io)
Unshorten (expand) short URLs with Node.js (loige.co)
Short URLs have been an invaluable tool for social media marketing for so many years and we are now used to seeing them everywhere. Most of the credit probably goes to URL shorteners services like Bit.ly, Goo.gl, YOURLS and Rebrandly that popularised the concept and made easy for everyone to start c...
Node-RED: Flow-based programming for the Internet of Things (nodered.org)
I am considering migrating some of my home devices to MQTT and Node-Red. Curious to know fellow lobsters experiences with this. I am not a big fan of visual programming (specifically LabView, which I hate). But looks like you can write your functions and connect them inside javascript directly.
Hard-won lessons: Five years with Node.js (blog.scottnonnenberg.com)
Breaking the Node.js event loop (blog.scottnonnenberg.com)
Node v8.1.0 Released (nodejs.org)
* Async Hooks * When one `Promise` leads to the creation of a new `Promise`, the parent `Promise` will be identified as the trigger. * Dependencies * `libuv` has been updated to 1.12.0. * `npm` has been updated to 5.0.3. * File system * The `fs.exists()` function now works correctly wi...
Launching Production Node Apps With PM2 (dailydrip.com)
How one senior developer at Cars.com convinced the entire company to do a full migration to Node.js (modernweb.com)
Apollo Server 1.0 β€” A GraphQL Server for all Node.js frameworks (dev-blog.apollodata.com)
Node v8.2.0 (nodejs.org)
# Async Hooks * Multiple improvements to Promise support in async_hooks have been made. # Build * The compiler version requirement to build Node with GCC has been raised to GCC 4.9.4. # Cluster * Users now have more fine-grained control over the inspector port used by individual clust...