Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 5 days 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 (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-03-12T17:46:17.000Z (over 6 years ago)
- Last Synced: 2024-10-03T23:54:44.056Z (about 1 month 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: 4
- 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).**
[![asciicast](https://asciinema.org/a/131994.png)](https://asciinema.org/a/131994?t=4)
[![npm version](https://img.shields.io/npm/v/local-network-chat.svg)](https://www.npmjs.com/package/local-network-chat)
[![build status](https://img.shields.io/travis/derhuerst/local-network-chat.svg)](https://travis-ci.org/derhuerst/local-network-chat)
![ISC-licensed](https://img.shields.io/github/license/derhuerst/local-network-chat.svg)
[![chat on gitter](https://badges.gitter.im/derhuerst.svg)](https://gitter.im/derhuerst)
[![support me on Patreon](https://img.shields.io/badge/support%20me-on%20patreon-fa7664.svg)](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).