https://github.com/derhuerst/local-network-chat
A chat for the local network, powered by IP multicast.
https://github.com/derhuerst/local-network-chat
chat gossip lan local-network multicast udp wifi
Last synced: 6 months ago
JSON representation
A chat for the local network, powered by IP multicast.
- Host: GitHub
- URL: https://github.com/derhuerst/local-network-chat
- Owner: derhuerst
- License: isc
- Created: 2017-08-03T14:57:00.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-03-12T17:46:17.000Z (over 7 years ago)
- Last Synced: 2025-04-10T06:54:00.475Z (6 months ago)
- Topics: chat, gossip, lan, local-network, multicast, udp, wifi
- Language: JavaScript
- Homepage: https://github.com/derhuerst/local-network-chat
- Size: 16.6 KB
- Stars: 9
- Watchers: 3
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: readme.md
- License: license.md
Awesome Lists containing this project
README
# local-network-chat
**A chat for the local network, powered by [IP multicast](https://en.wikipedia.org/wiki/IP_multicast).**
[](https://asciinema.org/a/131994?t=4)
[](https://www.npmjs.com/package/local-network-chat)
[](https://travis-ci.org/derhuerst/local-network-chat)

[](https://gitter.im/derhuerst)
[](https://patreon.com/derhuerst)## Installing
```shell
npm install -g local-network-chat
```## Usage
```shell
Usage:
local-network-chat [name]
Examples:
local-network-chat derhuerst
```## Contributing
If you have a question or have difficulties using `local-network-chat`, please double-check your code and setup first. If you think you have found a bug or want to propose a feature, refer to [the issues page](https://github.com/derhuerst/local-network-chat/issues).