iangregsondev / distributed-exchange

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Please run "build" from package.json

This will product a client and server directory inside the "dist" folder

You can run a client by going to dist/client

node client.js

and a server by going to dist/server

node server.js

YOu need to run 2 grapes, this is behind a script in the package.json

npm run boot:grapes

I have got a lot of communications happening, unfortunately I didn't finish the LOCKING of each record by first checkin the other WORKERS by sending a LOCK message using peer.map .....

I started implementing it, its not finished.

I am using ESLINT and prettier.

About

License:MIT License


Languages

Language:JavaScript 98.0%Language:Shell 1.1%Language:Dockerfile 0.9%