Hacktoberfest 2026: los issues que los mantenedores marcaron para octubre, abiertos y aptos para principiantes. Explorar issues de Hacktoberfest

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

Abierto
#219 0 comentarios 0 reacciones 0 asignados Ver en GitHub

Nadie ha tomado este issue todavía.

Evaluación

Dificultad
5/5
Tiempo estimado
Más de una semana
Aptitud para principiantes
20/100
Tipo de issue
Nueva funcionalidad
Claridad
Necesita aclaración
Estado de actividad
Estancado
Stack tecnológico
javascript
Área
api

Línea de trabajo

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.

Escrito por el modelo de indexación a partir del texto del issue.

Descripción

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?

Lenguaje dominante
HTML
Estrellas
134
Forks
10
Métricas de merge de PR
Sin PR fusionados en 30 d

Guía de contribución

No hay ninguna guía de contribución indexada para este repositorio

Primeros pasos

  1. Lee el issue completo y luego la guía de contribución del proyecto.
  2. Comenta en el issue que vas a ocuparte — evita que dos personas hagan lo mismo.
  3. Haz un fork del repositorio y trabaja en una rama.
  4. Abre un pull request que haga referencia al número del issue.

Más de scripting/Scripting-News

Todos los issues de scripting/Scripting-News

Issues similares

Más issues de Backend & API Design

Recibe los nuevos issues en tu correo

Un resumen breve de issues de GitHub para principiantes.