https://github.com/johncision/spike
https://github.com/johncision/spike
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/johncision/spike
- Owner: johnCision
- Created: 2021-10-13T12:37:25.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-12-22T05:05:58.000Z (over 3 years ago)
- Last Synced: 2024-12-28T19:52:02.513Z (over 1 year ago)
- Language: JavaScript
- Size: 93.8 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# spike
A standin development enviroment that emulates functions as a service.

## 📎 background
Offers JSON driven configuration for setting up and binding Web `Workers` per Function and mapping http2/1 messages.
## 📎 service bus
The service bus is single directional (http to worker).
## 📎 replyPort
Replay messaging for http is performed on side channel `MessageChannel`/`MessagePort`, that is included in the original request message.
## 📎 routing
HTTP routing is acived via mapping service namepsace (`irn`) over the base applications `irn`, creating a relitive path used for HTTP routing (and thus selection of `Worker` as message target).