项目作者: bouraqadi

项目描述 :
A middleware framework to rule them all... according to Gollum ;-)
高级语言: Smalltalk
项目地址: git://github.com/bouraqadi/MyPrecious.git
创建时间: 2019-08-18T19:39:36Z
项目社区:https://github.com/bouraqadi/MyPrecious

开源协议:MIT License

下载


MyPrecious: a Modular Middleware

I started this project after years of using or contributing to the development several middlewares including rST, UbiquiTalk, PhaROS, Simple Middleware, or PharoJS Bridge. All these middleware difinitely share many concepts, and complement each other.

Modularity is THE keyword behind MyPrecious. It should make it easy to implement most features and concepts from other middlewares listed above or others. For example, communication can be done via TCP as in Seamless or rST. It can be done also via UDP, web sockets, a shared memory, or even some other middleware such as ROS.

At the time of writing, this is just a plan, still to be implemented an validated for real.

Documentation

Install

To install evaluate the following expression in a Playground

  1. Metacello new
  2. baseline: 'MyPrecious';
  3. repository: 'github://bouraqadi/MyPrecious:pharo9';
  4. load