Git Product home page Git Product logo

Comments (5)

baalexander avatar baalexander commented on August 11, 2024

Lame, I deleted my comment when trying to edit. In summary, the comment was:

  • I like the idea
  • What's your thoughts on a module name? Currently thinking XmlRpcMarshaller
  • What's your thoughts on the API? Similar to the exposed functions now? (serializeMethodCall, deserializeMethodResponse, etc.)
  • I'm wondering what it'd take to make the marshaller browser compatible

from node-xmlrpc.

timoxley avatar timoxley commented on August 11, 2024

I was thinking something along the lines of xmlrpc-protocol, simply because the original idea for the separation was inspired by https://github.com/substack/dnode-protocol#readme.

Ideally, you'd provide a streaming interface and a simple "string in, data structure out" function (and its inverse)

Browser compatibility shouldn't be too much of an issue since the browser has an xml parser already, though it's not streaming. perhaps a browserified sax.

There's a lot to learn from how dnode is set up in regard to structure and and also streaming.

edit: 'Marshaller' is fine, I don't feel strongly about either really. I always imagine a person giving out sheriff badges whenever I imagine a 'marshaller'.

from node-xmlrpc.

MiniGod avatar MiniGod commented on August 11, 2024

I really +1 this. I forked this repo and completely changed the communication layer (tcp instead of http). Basically, the only code that is left from this repo is the serializer and deserializer. For this, it would make a lot of sense to have those in its own module.

from node-xmlrpc.

piranna avatar piranna commented on August 11, 2024

+1, I was thinking about split myself the files on a new package so I can use them on my rpc-builder project :-)

from node-xmlrpc.

piranna avatar piranna commented on August 11, 2024

Ideally, it would be a module that just export two funcions, pack that accept an object and return a string, and unpack that accept an string and return an object.

About the name, what about XmlrpcPacker? :-)

from node-xmlrpc.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.