Skip to content

Instantly share code, notes, and snippets.

View jsilvao's full-sized avatar
🖖

Javier Silva Ortiz jsilvao

🖖
View GitHub Profile
@ictus4u
ictus4u / whatsappp-this-number.js
Last active May 12, 2021 16:45
Bookmarklet for sending WS message to a selected phone number from the Web.
javascript:(function () {
"use strict";
var defaultCountryCode = '49';
var phoneRegexp = /^\(?(?:00|\+?)?([0-9]{2})?\)?[-. ]?([0-9])[-. ]?([0-9]{3})[-. ]?([0-9]{4})$/;
var isPhone = function (text) {
return !!text.match(phoneRegexp);
};
var normalizePhone = function (phoneText) {

Laravel alternatives in NodeJS

These are alternative packages/frameworks in NodeJS that cover some of the primary features in Laravel. This is by no means a comprehensive list of Laravel features (or a comprehensive list of NodeJS alternatives).

Depending on your perspective, this list either shows how it's possible to switch from Laravel to NodeJS or shows why you'd want to stay with Laravel 😃


Full stack framework alternatives: Nest, Adonis

@sagivo
sagivo / gist:3a4b2f2c7ac6e1b5267c2f1f59ac6c6b
Last active May 3, 2024 10:41
webRTC stun / turn server list
to check if the server works - https://webrtc.github.io/samples/src/content/peerconnection/trickle-ice
stun:
stun.l.google.com:19302,
stun1.l.google.com:19302,
stun2.l.google.com:19302,
stun3.l.google.com:19302,
stun4.l.google.com:19302,
stun.ekiga.net,
stun.ideasip.com,