https://github.com/maximilianmairinger/josmsimplewebsocket
Simple client side socket for josm.
https://github.com/maximilianmairinger/josmsimplewebsocket
josm simple socket web
Last synced: over 1 year ago
JSON representation
Simple client side socket for josm.
- Host: GitHub
- URL: https://github.com/maximilianmairinger/josmsimplewebsocket
- Owner: maximilianMairinger
- Created: 2020-06-26T11:21:51.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-06-26T21:53:25.000Z (almost 6 years ago)
- Last Synced: 2024-10-17T06:55:03.889Z (over 1 year ago)
- Topics: josm, simple, socket, web
- Language: TypeScript
- Homepage: https://www.npmjs.com/package/josm-simple-web-socket
- Size: 10.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Josm simple web socket
Simple client side socket for josm.
> Please not that Josm simple web socket is currently under development and not yet suited for production
## Example
```js
import josmSimpleWebSocket from "josm-simple-web-socket"
josmSimpleWebSocket()
```
## Contribute
All feedback is appreciated. Create a pull request or write an issue.