Trying to reduce the search time, the objective of this repository is accumulate as many useful code snippets for Node.Js in the real world as possible

Overview

Useful Node.Js codes

Trying to reduce the search time, the objective of this repository is accumulate as many useful code snippets for Node.Js in the real world as possible. Bringing examples and pieces of code separated by categories and libraries. If you don't find what you're looking here, please come back when you've finished your research and open a pull request, this is an invitation to everyone.

Structure

This will be the folder structure you will find here:

- complete //Full codes, ex: an API based in express
    - {category}
      - {library}
- other-languages //Translations of Readme
    - português/español
- specific //Snippets, short snippets of functions to just implement in your code.
   - {category}
      - {library}

TO-DO

  • server - category
  • proxy - category
  • images - category
  • node-cache - library
  • english readme
  • portuguese readme

🚀 About me

I'm a Brazillian developer, focused on the backend and lover of NodeJs, i have a passion for contributing to the community and also for programming useful things.

ps: @neverbackup is also me.

Project creator:

  • MacacoBot, a cryptocurrency sniper bot
  • ChadBot & BlowfBot, Bots for telegram with crypto price change alerts

🔗 Links

linkedin twitter

You might also like...

A full-featured http proxy for node.js

A full-featured http proxy for node.js

node-http-proxy node-http-proxy is an HTTP programmable proxying library that supports websockets. It is suitable for implementing components such as

Jan 3, 2023

HTTP server mocking and expectations library for Node.js

HTTP server mocking and expectations library for Node.js

Nock HTTP server mocking and expectations library for Node.js Nock can be used to test modules that perform HTTP requests in isolation. For instance,

Jan 3, 2023

🌐 Human-friendly and powerful HTTP request library for Node.js

🌐 Human-friendly and powerful HTTP request library for Node.js

Sindre's open source work is supported by the community. Special thanks to: Human-friendly and powerful HTTP request library for Node.js Moving from R

Jan 9, 2023

Isomorphic WHATWG Fetch API, for Node & Browserify

isomorphic-fetch Fetch for node and Browserify. Built on top of GitHub's WHATWG Fetch polyfill. Warnings This adds fetch as a global so that its API i

Jan 2, 2023

A light-weight module that brings the Fetch API to Node.js

A light-weight module that brings the Fetch API to Node.js

A light-weight module that brings Fetch API to Node.js. Consider supporting us on our Open Collective: Motivation Features Difference from client-side

Jan 4, 2023

SPDY server on Node.js

SPDY Server for node.js With this module you can create HTTP2 / SPDY servers in node.js with natural http module interface and fallback to regular htt

Jan 4, 2023

libcurl bindings for Node.js

node-libcurl The fastest URL transfer library for Node.js. libcurl bindings for Node.js. libcurl official description: libcurl is a free and easy-to-u

Jan 2, 2023

Full-featured, middleware-oriented, programmatic HTTP and WebSocket proxy for node.js

rocky A multipurpose, full-featured, middleware-oriented and hackable HTTP/S and WebSocket proxy with powerful built-in features such as versatile rou

Nov 24, 2022

Simplifies node HTTP request making.

Requestify - Simplifies node HTTP request making. Requestify is a super easy to use and extendable HTTP client for nodeJS + it supports cache (-:. Ins

Nov 28, 2022
Comments
  • Some masking text snippets

    Some masking text snippets

    To contribute to this repository, I start with this PR to create some snippets to mask text. For example:

    • maskBrazilianIndividualRegistration function
    • maskBrazilianLegalEntityRegistration function
    • maskBrazilianPhoneNumber function

    I used google translator to write this text, so sorry for my english

    enhancement 
    opened by inolopesm 2
Owner
Juninho
Analista Back-End/NodeJs [RS-Brazil][Cyber-Security <3][Certified in Web-Dev][JavaScript][Node][ReactJs]
Juninho
Une petite extension google chrome qui permet de partager son code automatiquement sur Clash Of Code.

ClashOfCodeExtension Une petite extension google chrome qui permet de partager son code automatiquement sur Clash Of Code. Installation Télécharger le

Julien THILLARD 4 Apr 1, 2022
Open AI Codex Code Auto Complete Visual Studio Code extension

OpenAI Codex Code Autocomplete "OpenAI Codex Code Autocomplete" extension helps connect to Codex API provided you have access to Codex API and have AP

gittmaan 4 Dec 28, 2022
This repository contains the specifications.

This repository contains the specifications. JavaScript编码规范 [1.3] JavaScript编码规范 - ESNext补充篇 [draft] HTML编码规范 [1.2] CSS编码规范 [1.2] Less编码规范 [1.1] E-JSO

Baidu EFE team 4.5k Jan 3, 2023
一个基于node.js,express,socket.io的websocket非常棒的聊天室,代码简单很适合新手. A very nice websocket chat room based on node.js, express, socket.io. the code is simple, very suitable for novices

来来往下看,虽然教程又臭又长但是一步步地保姆式教学很简单的,毕竟我是真菜鸟嘛,当然什么都往细了说╮(╯_╰)╭ 一、使用方法 该教程内容所有指令都为Linux CentOS 7.x环境下指令,其他平台请您自行查询(⊙x⊙;) 1.下载node.js并下载Sakura_Chat_Room node.j

樱樱怪 10 Jul 21, 2022
Run Node.js on Android by rewrite Node.js in Java

node-android Run Node.js on Android by rewrite Node.js in Java with the compatible API. third-party: libuvpp, libuv-java JNI code by Oracle. Build Clo

AppNet.Link 614 Nov 15, 2022
An online code editor for interviews, troubleshooting, teaching & more…

PEER CODER ⭐ Overview ?? Real time code syncing among peers ??‍?? Executes code in Java, Python, C++, C ?? Real time video and audio call ?? Clean UI

Shreyansh shrey 26 Nov 9, 2022
HTTP Client for Visual Studio Code to POST JSON, XML, image, ... files to REST APIs

friflo POST Goal Main goal of this extension is storing all HTTP request & response data automatically as files in a VSCode workspace. This ensures th

Ullrich Praetz 2 Nov 18, 2021
Hello! Welcome to Our own Live Code Editor 2!! This is supported tabs and full-screen editing, Console, tabs and more are coming. We uses this one in our all tutorials. Made by @E-Coders & @Genius398

Live Code Editor 2 Hello! this is our live code editor an another second release version of our main Resporibity. This have style as tabs and more fea

Educational Websites 5 Nov 18, 2021
Promise based HTTP client for the browser and node.js

axios Promise based HTTP client for the browser and node.js New axios docs website: click here Table of Contents Features Browser Support Installing E

axios 98k Dec 31, 2022
Ajax for Node.js and browsers (JS HTTP client)

superagent Small progressive client-side HTTP request library, and Node.js module with the same API, supporting many high-level HTTP client features T

Sloth 16.2k Jan 1, 2023