Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/eliasnorrby/kafka-chat-app
https://github.com/eliasnorrby/kafka-chat-app
Last synced: about 23 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/eliasnorrby/kafka-chat-app
- Owner: eliasnorrby
- Created: 2019-09-23T07:54:07.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-04-06T10:31:02.000Z (over 3 years ago)
- Last Synced: 2023-03-02T23:25:48.568Z (over 1 year ago)
- Language: TypeScript
- Homepage:
- Size: 1.39 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# kafka-chat-app
[![Travis](https://img.shields.io/travis/com/eliasnorrby/kafka-chat-app?style=for-the-badge)](https://travis-ci.com/eliasnorrby/kafka-chat-app)
The purpose of this app is to demo different features of Apache Kafka. Real-time data
is pushed to a web client using websockets.## Getting started
Clone the repo and run `npm run quickstart`. This installs all dependencies and
starts the development server. Open a few browser tabs pointing to
`localhost:3000` and start chatting.## Disclaimer
The 'kafka' part of the `kafka-chat-app` is not really ready. For now, the messages are
only transmitted using websockets.