Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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".
- Host: GitHub
- URL: https://github.com/justinfagnani/services
- Owner: justinfagnani
- Created: 2013-01-04T05:19:50.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2013-02-06T17:15:35.000Z (almost 12 years ago)
- Last Synced: 2024-10-17T16:54:20.714Z (3 months ago)
- Homepage:
- Size: 137 KB
- Stars: 6
- Watchers: 8
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.