Git Product home page Git Product logo

kafka-ws's Introduction

About

This project aims to make a simple distribution of Kafka consumer messages over Websocket by giving ability to spread across subscribed channels and data based conditional checking.

Getting started

To run this project locally you just need Kafka on your environment or just use a provided Docker-Compose file to run project with pre-configured stuff.

Main configuration is inside src/config.ts, which is all based on environment variables, so you can just provide it during project run or change default values if you don't know how to change environment variables :)

Running Docker-Compose

Currently app is configured to publish producer messages every 10 seconds, just to try out Websocket broadcasting that we have. To run everything just hit

# It will take about 10 seconds startup time
# because Kafka and Zookeeper have large uptimes ๐Ÿคทโ€โ™‚๏ธ
docker-compose up -d

After all services is up you can make a connection to ws://localhost:3000 which is the default client connection for receiving Websocket events. You can use some Google Chrome extension like Smart Websocket Client or just connect with a plain JS if you have a handy script.

kafka-ws's People

Stargazers

Vikas avatar

Watchers

James Cloos avatar Tigran Bayburtsyan avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.