https://github.com/jonaskello/nats-tst
Testing with NATS
https://github.com/jonaskello/nats-tst
Last synced: 8 months ago
JSON representation
Testing with NATS
- Host: GitHub
- URL: https://github.com/jonaskello/nats-tst
- Owner: jonaskello
- Created: 2022-04-01T14:27:42.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2024-03-01T14:45:46.000Z (over 2 years ago)
- Last Synced: 2024-10-06T02:22:15.669Z (over 1 year ago)
- Language: TypeScript
- Size: 13.7 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# How to run
```
pnpm install
# This starts the server
pnpm start
# In another terminal, this calls the server
pnpm call
```