Simple cross-network scripting, revisited, this time for JavaScript

Aperta
#219 0 commenti 0 reazioni 0 assegnatari Vedi su GitHub

Nessuno ha ancora preso questa issue.

Valutazione

Difficoltà
5/5
Tempo stimato
Più di una settimana
Idoneità per principianti
20/100
Tipo di issue
Funzionalità
Chiarezza
Da chiarire
Stato di attività
Ferma
Stack tecnologico
javascript
Ambito
api

Direzione di ricerca

Start by reading the linked 1998 article and the Drummer context in this issue; the proposal asks whether JavaScript syntax can express calls to functions on other machines. Done would require a concrete protocol and scope decision, but the issue does not identify files, tests, or an implementation entry point.

Scritto dal modello di indicizzazione a partire dal testo della issue.

Descrizione

Back in 1998, we were getting ready to simplify scripting of apps that ran on other nodes on the net.

http://scripting.com/98/04/stories/simpleCrossNetworkScript.html

The idea was that you could call a function running on another machine using the same syntax that you use to call a function on the same machine. Something like this:

[serveraddress].addUser ("bullmancuso", "They pulled me back.");

And it would add a user named bullmancuso with the indicated slogan.

What's in "serveraddress" depends on the protocol you're using to communcate with the server.

This is just syntax. You could just as easily used this syntax to make XML-RPC or REST calls.

Should we do something like this for Drummer? The question is how easy would it be to arrange this in JavaScript? Would it require a pre-processor?

Lingua principale
HTML
Stelle
134
Fork
10
Metriche di merge delle PR
Nessuna PR unita negli ultimi 30g

Guida per i contributori

Nessuna guida per i contributori indicizzata per questo repository

Come iniziare

  1. Leggi tutta la issue e poi la guida ai contributi del progetto.
  2. Commenta sulla issue per dire che te ne occupi tu — evita che due persone facciano lo stesso lavoro.
  3. Fai un fork del repository e lavora su un branch.
  4. Apri una pull request che faccia riferimento al numero della issue.

Altre issue di scripting/Scripting-News

Tutte le issue di scripting/Scripting-News

Issue simili

Altre issue su Backend & API Design

Ricevi le nuove issue nella tua casella

Un breve riepilogo di issue GitHub adatte ai principianti.