Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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: about 14 hours ago
JSON representation

A chat for the local network, powered by IP multicast.

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).