Hacktoberfest 2026: những issue maintainer đã đánh dấu cho tháng Mười, đang mở và phù hợp người mới. Xem issue Hacktoberfest

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

Đang mở
#219 0 bình luận 0 reaction 0 người được giao Xem trên GitHub

Chưa có ai nhận issue này.

Đánh giá

Độ khó
5/5
Thời gian dự kiến
Hơn một tuần
Mức phù hợp với người mới
20/100
Loại issue
Tính năng
Độ rõ ràng
Cần làm rõ
Mức độ hoạt động
Đình trệ
Công nghệ
javascript
Lĩnh vực
api

Hướng nghiên cứu

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.

Do mô hình lập chỉ mục viết ra từ nội dung của issue.

Mô tả

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?

Ngôn ngữ chính
HTML
Star
134
Fork
10
Chỉ số merge pull request
Không có pull request nào được merge trong 30 ngày

Hướng dẫn đóng góp

Chưa lập chỉ mục được hướng dẫn đóng góp cho kho mã nguồn này

Bắt đầu từ đâu

  1. Đọc hết issue, rồi đọc hướng dẫn đóng góp của dự án.
  2. Bình luận trên issue rằng bạn sẽ nhận — tránh hai người làm cùng một việc.
  3. Fork repository và làm thay đổi trên một nhánh.
  4. Mở pull request có tham chiếu số hiệu của issue.

Issue khác của scripting/Scripting-News

Tất cả issue của scripting/Scripting-News

Issue tương tự

Thêm issue về Backend & API Design

Nhận issue mới trong hộp thư của bạn

Bản tóm tắt ngắn những issue GitHub phù hợp với người mới.