Files
speckle-server/packages/objectsender/readme.md
T
Dimitrie Stefanescu 01c9c3fa0e Adds an 'object sender' module (#2355)
* feat(objectsender): wip serializer and sender

* feat(objectsender): mostly done

* feat(objectsender): chores

* feat(objectsender): chores

* build refactor

* linting issue fix

* minor type adjustments

* adding in type definitions into build

* sha tests

* config fix

* fixed up servertransport

* added tests to ci

* added coverage

* storing coverage?

---------

Co-authored-by: Kristaps Fabians Geikins <fabis94@live.com>
2024-06-17 15:36:59 +03:00

391 B

objectsender

Utility for sending objects to a Speckle server instance

Testing around / playground

Run yarn example in the app, and open up the URL outputted in the console

Development

For development and/or the example app you can run a dev server in dev mode that will run the util in the browser: yarn dev

To do a real build that will build the library run yarn build.