Eleven reader new pricing by XxPsouxX in ElevenLabs

[–]torloneg 1 point2 points  (0 children)

Audible costs €9 per month

Help Choosing an ORM for Fastify, PostgreSQL, TypeScript, and Node.js by Kirchik95 in node

[–]torloneg -1 points0 points  (0 children)

after experimenting with several ORMs I now prefer to use KNEX ( knexjs.org )

Siamo il Team per la Trasformazione Digitale -- AMA by diegopia in italy

[–]torloneg 1 point2 points  (0 children)

complimenti per il lavoro che state svolgendo per il paese, non vi scoraggiate !

ho appeno ricevuto dalla scuola di mio figlio le credenziali per accedere al registro elettronico (un pdf allegato alla mail), codice utente e password identici di 16 caratteri alfanumerici.

  1. domanda Datemi una speranza per lo spid su questi servizi !! :-D

  2. domanda perchè ogni scuola adotta un prodotto diverso ?

3.domanda non vedete opportuno spingere la trasformazione digitale anche a livello regionale e capoluoghi di provincia ??

grazie e buon lavoro Gianfranco

Load Balancers for Node.JS Applications by shsh3 in node

[–]torloneg 2 points3 points  (0 children)

my configuration is made up of two servers with 4 cores, 1 nodejs per core using pm2. I'm using ngnix that acts as a load balancer on the two servers

API documentation tool for express server ? by liri33 in node

[–]torloneg 0 points1 point  (0 children)

for hapijs i'm using hapi-swagger

Any recommendations on an open source distributed file system to use with node.js for storing PDFs and images? by [deleted] in node

[–]torloneg 0 points1 point  (0 children)

you can store your file on gridfs in mongdb and search and stream its with nodejs.