Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/justinfagnani/services

The services package attempts to provide an easy-to-use abstraction for using isolates based on "service interfaces".
https://github.com/justinfagnani/services

Last synced: 27 days ago
JSON representation

The services package attempts to provide an easy-to-use abstraction for using isolates based on "service interfaces".

Awesome Lists containing this project

README

        

services
========

The services package attempts to provide an easy-to-use abstraction for using
isolates based on "service interfaces".

It is currently a proof of concept that relies on mirrors for serialization and
for invoking service implementation methods, so it is not suitable for use in
the browser. A future version of the package, hopefully with a better name, will
likely use code generation so that it does not rely on mirrors.