Topic
nodejs
6 items across this site.
Plugin-Style ETL on AWS Lambda
Serverless ETL where sources, transforms, and sinks are plugins loaded from a YAML job config — deployed on Lambda via Serverless Framework without a...
Face Validation API Prototype
Prototype Express API exploring server-side face detection with face-api.js / TensorFlow.js — auth and middleware are solid; the detection route is intentionally unfinished and...
Laravel Queue Worker on Shared Hosting
A small Node.js process manager that spawns and restarts Laravel's queue worker on shared hosting where Supervisor/systemd are unavailable.
Keep Laravel Queues Alive on Shared Hosting
Build a tiny Node.js supervisor that restarts php artisan queue:work when your host won't give you systemd — then prove it with a log...
Real-time Location Tracker
Browser GPS sharing over Socket.IO: every connected client broadcasts coordinates; a shared Leaflet map shows live markers with device popups and auto-fit bounds.
Live GPS Map with Socket.IO and Leaflet
Build a multi-user location board in one sitting — Express broadcasts coordinates, Leaflet draws markers, disconnects clean themselves up.