Skip to content

quantum-engineering/zeromq-sockets

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Zeromq and Sockets

This is an experiment on sockets and building a messaging client using zeromq that can hopefully be a primer one day.

Pre-requisites

I haven't tried this on a linux distribution yet, so for that please visit this link (the debian solution will work on any ubuntu distributions, because ubuntu is built on top of debian anyway)

OSX

  1. Make sure you have Homebrew installed, if not here's a link
  2. brew install zeromq
  3. node/iojs (I use nvm)

Development

Server

I'm using babel for development, because I'm using all the ES6 goodies, got too used to it, you have the option of NOT doing that, it's entirely up to you.

  1. run npm install
  2. run npm run build (just once if it's your first time)
  3. run npm run watch for development
  4. run npm run server to run all the servers concurrently

Client

Still working on it

The Plan

I'm trying to find a solution for a chat client (client written in react + flux)

About

Experimenting sockets with zeromq

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors