Skip to content

Instantly share code, notes, and snippets.

View contrid's full-sized avatar
😃
Happy to code

Antonie Potgieter contrid

😃
Happy to code
View GitHub Profile
@contrid
contrid / kafka.php
Created August 21, 2024 09:22
Kafka Streaming with PHP Socket Connection
<?php
require 'vendor/autoload.php';
use RdKafka\Producer;
use RdKafka\Conf;
use Ratchet\Server\IoServer;
use Ratchet\Http\HttpServer;
use Ratchet\WebSocket\WsServer;
use Ratchet\WebSocket\MessageComponentInterface;
@contrid
contrid / shell.sh
Last active June 23, 2021 07:00
Install Node Package
npm install packagename@version