fcall, fetch and call any remote hot functions, anywhere, anytime, without installations or configurations.

Overview

fcall

fcall, fetch and call any remote hot functions, anywhere, anytime, without installations or configurations.

Installation

If you are using Node.js, install it with npm

npm install fcall

or yarn

yarn add fcall

Example

If you are using Node.js, you can call any function in the world in the following way:

// Import the `fcall` module
import { f } from 'fcall';

// Call any remote function in the world
const result = f('your_function', [param1, param2, param3]);

How does fcall work?

  1. fcall sends a request to the server to fetch the function by its name 'your_function';
  2. The server then returns the source code of function 'your_function';
  3. The function source code is executed with the parameter list [param1, param2, param3];
  4. The result is returned after calling the function f('your_function', [param1, param2, param3]).
You might also like...

This repo contains configurations for webpack, webhint, stylelint and eslint, it is a boiler-plate template and a starting point for coming projects.

Project Name Description the project. Built With Major languages Frameworks Technologies used Live Demo (if available) Experience a live Demo ๐Ÿš€ Getti

Oct 20, 2022

๐Ÿš€ A boilerplate with generic configurations to a Nextjs project with bun, vitest, cicd and etc

๐Ÿ‘• Next.JS Template with Linter ๐Ÿ”จ Tools: NextJS Typescript ESLint (Code Pattern) Prettier (Formatter) Husky (Pre-commit) Vitest (Unit/Integration Tes

Dec 18, 2022

A mesh network that connects remote communities to emergency responders without relying on internet, cell towers, or satellites

A mesh network that connects remote communities to emergency responders without relying on internet, cell towers, or satellites

A mesh network that connects remote communities to emergency responders without relying on internet, cell towers, or satellites. Winner of Hack the North 2022. ๐Ÿ†

Sep 23, 2022

โš™๏ธ Monorepo for shared configurations used in Alphaworks

@alpha-dao/shared-config Usage Shared Config Wondering which configuration to use when starting a new project? Then you're probably looking for this m

Nov 17, 2022

An Eleventy wrapper for type supported configurations

Shareable Eleventy configuration strap. The module can be dropped in to your .eleventy.js configuration file for Typed supported configuration options.

Jun 17, 2022

Official moon configurations for popular JavaScript developer tooling.

moon development configs This repository is a collection of moon owned and maintained configurations and presets for common developer tools -- primari

Nov 10, 2022

View a GCP project's API/service endpoint configurations.

View a GCP project's API/service endpoint configurations.

GCP Service Observer This is an application that displays GCP Service/API endpoint information for a given project. GCP requires API endpoints to be e

Dec 28, 2022

Git Frameworker is a CLI tool for quickly bootstrapping custom framework configurations.

Git Frameworker is a CLI tool for quickly bootstrapping custom framework configurations.

Git Frameworker Git Frameworker is a tool that allows you to quickly bootstrap a project using a framework from GitHub. If the repository you clone co

May 3, 2023

Functions Recipes is a library of examples to help you getting started with Salesforce Functions and get used to their main features.

Functions Recipes is a library of examples to help you getting started with Salesforce Functions and get used to their main features.

Functions Recipes Introduction Salesforce Functions lets you use the Salesforce Platform for building event-driven, elastically scalable apps and expe

Dec 29, 2022
Owner
็ซ‹ๅ…š Lidang
Creator of Hedgehog Lab and Hedgehog Computing Group
็ซ‹ๅ…š Lidang
an open-source package to make it easy and simple to work with RabbitMQ's RPC ( Remote Procedure Call )

RabbitMQ Easy RPC (Remote Procedure Call ) The Node.js's RabbitMQ Easy RPC Library rabbitmq-easy-RPC is an easy to use npm package for rabbitMQ's RPC

Ali Amjad 4 Sep 22, 2022
๐Ÿ  Homebridge plugin for SmartRent installations

Homebridge SmartRent Unofficial Homebridge plugin for SmartRent, allowing you to control your SmartRent devices with Apple Home. ?? Supported Devices

Grant Burry 8 Aug 12, 2022
Hot-challenge-solving application for any coding challenge services.

โœ”๏ธ Solv Hot-challenge-solving application for any coding challenge services. Introduction Solv [sษ‘หlv] is a cli application for solving coding challen

Sophia 8 Dec 13, 2022
The invoker based on event model provides an elegant way to call your methods in another container via promisify functions

The invoker based on event model provides an elegant way to call your methods in another container via promisify functions. (like child-processes, iframe, web worker etc).

ๅฐนๆŒš 7 Dec 29, 2022
โšก๐Ÿš€ Call multiple view functions, from multiple Smart Contracts, in a single RPC query!

ethers-multicall โšก ?? Call multiple view functions, from multiple Smart Contracts, in a single RPC query! Querying an RPC endpoint can be very costly

Morpho Labs 20 Dec 30, 2022
100% type-safe query builder for node-postgres :: Generated types, call any function, tree-shakable, implicit type casts, and more

โš ๏ธ This library is currently in alpha. Contributors wanted! tusken Postgres client from a galaxy far, far away. your database is the source-of-truth f

alloc 54 Dec 29, 2022
MerLoc is a live AWS Lambda function development and debugging tool. MerLoc allows you to run AWS Lambda functions on your local while they are still part of a flow in the AWS cloud remote.

MerLoc MerLoc is a live AWS Lambda function development and debugging tool. MerLoc allows you to run AWS Lambda functions on your local while they are

Thundra 165 Dec 21, 2022
โš—๏ธNitro provides a powerful toolchain and a runtime framework from the UnJS ecosystem to build and deploy any JavaScript server, anywhere

โš—๏ธNitro provides a powerful toolchain and a runtime framework from the UnJS ecosystem to build and deploy any JavaScript server, anywhere

unjs 1.3k Jan 5, 2023
Dead-simple CORS handling for any itty-router API (test with Cloudflare Workers, but works anywhere)!

Simple CORS-handling for any itty-router API. Designed on Cloudflare Workers, but works anywhere. Features Tiny. Currently ~600 bytes, with zero-depen

Kevin R. Whitley 6 Dec 16, 2022
Calculating Pi number without limitation until 10k digits or more in your browser powered by JS without any third party library!

PI Calculator Web JS (Online) Calculating Pi number without limitation until 10k digits or more in your browser powered by JS without any third party

Max Base 6 Jul 27, 2022