engine
engine copied to clipboard
Scalable Web Application Engine
- bumped CI node to 18 - dropped mac tests
Link to swimms: :link: doc: [runtime.entities.feature](https://app.swimm.io/workspaces/cFOmJq2DTESE7J5R1p3S/repos/Z2l0aHViJTNBJTNBZW5naW5lJTNBJTNBd2l4cGxvc2l2ZXM=/branch/swimm-batch-commit-files-vdh7u/docs/bplyh). --- Have any questions? Check out [Swimm docs](https://docs.swimm.io/) and [join our Slack Community](https://swimm.io/slack).
This PR extract the communication from `@wixc3/engine-core` into `@wixc3/engine-com` Why: * This is the most early tech debt in core * Separation of concerns * ease of documentation Tasks: -...
A minor change to cross-performance. returns the result a measurement. updated the d.ts file accordingly this is a none breaking change since the original return type was void. _would be...
* making sure communication is disposed on close * changing server communication to be per socket * on server, runEngineApp will start upon socket connection
If you have the following service: ```ts class EchoService { public echo(message = 'hello world') { return message; } } ``` Calling it from a different environment as `EchoService.echo(undefined)` will...