https://github.com/quansight/fake-dgram
Mock dgram package to use on the web
https://github.com/quansight/fake-dgram
Last synced: 10 days ago
JSON representation
Mock dgram package to use on the web
- Host: GitHub
- URL: https://github.com/quansight/fake-dgram
- Owner: Quansight
- License: mit
- Created: 2019-10-17T19:18:00.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-10-17T19:22:40.000Z (over 6 years ago)
- Last Synced: 2026-01-19T22:57:20.496Z (6 months ago)
- Language: JavaScript
- Size: 3.91 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# fake-dgram
Mock dgram package to use on the web
https://github.com/jaegertracing/jaeger-client-node depends on the dgram node package. cause its for node.
I wanna try running it in my browser, not using its UDP support, which is what the dgram package provides.
So I am making a mock `dgram` package here that i can still from github so that webpack doesn't complain about a missing module.