-
π My Medium profile
-
π¬ Feel free to ask me about JS, Node.js, NestJS, MongoDB, GCP, Docker, Redis, WebSocket, CI/CD
-
π I have a step by step demo on how to do end to end encryption using javascript npmjs.com/e2db [DEMO]
π My Medium profile
π¬ Feel free to ask me about JS, Node.js, NestJS, MongoDB, GCP, Docker, Redis, WebSocket, CI/CD
π I have a step by step demo on how to do end to end encryption using javascript npmjs.com/e2db [DEMO]
Shellops API ( NestJS ). Assists in managing Docker on your server.
Shellops Panel - Assists in managing Docker on your server.
WebSocket cluster with NestJs and Redis. Repo for Medium article.
const interval = 1000;
const acceptableDelay = 3;
let lastCheck = 0;
var http = require("http");
var fs = require("fs");
var server = http.createServer().listen(3000);
server.on("request", function(req, res) {