Skip to content
This repository was archived by the owner on Aug 17, 2020. It is now read-only.
This repository was archived by the owner on Aug 17, 2020. It is now read-only.

loading of other libraries #1

@bulkan

Description

@bulkan

have a xmlrpc method load_library which does something like

RemoteServer.prototype.load_library = function(libname, callback) {
  var self = this;
  var lib = require('../libs/' + libname);
  for (name in lib) {
    self.create_callback(name, lib);
  }
};

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions