Account Options

  1. Sign in
The old Google Groups will be going away soon.
Switch to the new Google Groups.
Google Groups Home
« Groups Home
node.js (JavaScript) BERT-RPC implementation
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  1 message - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post will appear after it is approved by moderators
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Ryan Tomayko  
View profile  
 More options Nov 16 2009, 6:29 pm
From: Ryan Tomayko <r...@tomayko.com>
Date: Mon, 16 Nov 2009 15:29:03 -0800
Local: Mon, Nov 16 2009 6:29 pm
Subject: node.js (JavaScript) BERT-RPC implementation
I have a BERT-RPC client and server implementation for node.js
<http://nodejs.org>, the V8-based evented IO framework for JavaScript:

    http://github.com/rtomayko/node-bertrpc/

It includes an async server and client (bertrpc.js) as well as BERT
encoding/decoding/repr functions (bert.js). The encode piece is based
heavily on Rusty Klophaus's BERT-JS  project:
<http://github.com/rklophaus/BERT-JS>.

Here's a BERT <=> JavaScript type conversation table:

    http://github.com/rtomayko/node-bertrpc/blob/master/src/bert.js#L18-35

This is a work in progress. Some notable things yet to be completed:

  - Time and regex types not yet supported by the encoder/decoder.
  - None of the error stuff has been implemented (client or server).
  - No support for cast / no-reply yet (client or server).
  - No support for BERT-RPC info packets.
  - The client API needs to be made more node-like (events, promises, etc.)

Ryan
--
# tomayko.com/about


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »