Skip to content

Releases: angrymouse/remote-functions

RF.js 1.1.4-Pineapple

18 Jun 20:09
Compare
Choose a tag to compare

RF.js 1.1.4-Pineapple release

Officially first version.
Fixed critical bugs

RF.js first public build

18 Jun 01:47
Compare
Choose a tag to compare

RF.js first stable release

First stable release of remote-functions (RF.js), powerful RPC engine for javascript.


Already have:

  • Calling remote functions like native
  • Any data channel (tcp/udp/websocket/socket.io/long-polling or even ipc)
  • Two-side procedure call (server can call client's functions, and client can call server's functions)
  • Can work with callbacks