https://github.com/imqueue/example
Examples of IMQ libs and tools usage
https://github.com/imqueue/example
Last synced: 14 days ago
JSON representation
Examples of IMQ libs and tools usage
- Host: GitHub
- URL: https://github.com/imqueue/example
- Owner: imqueue
- License: isc
- Created: 2018-04-29T13:07:31.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2022-09-22T15:05:33.000Z (over 3 years ago)
- Last Synced: 2025-04-09T20:48:29.673Z (11 months ago)
- Language: TypeScript
- Size: 4.88 KB
- Stars: 4
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# IMQ-RPC examples
## Service
~~~bash
# npm i
# npm start
~~~
## Client
~~~bash
# npm i
# npm run static
# npm run runtime
~~~