mit-dci / opencx

An open-source cryptocurrency exchange toolkit for implementing experimental exchange features
MIT License
206 stars 66 forks source link

Add networking middleware #13

Open Rjected opened 5 years ago

Rjected commented 5 years ago

Currently if we wanted to add new networking features, like HTTP(S), or custom networking, we would have to make a separate package and basically copy-paste a lot of code. We should make it easy on both the client and server side to use a different networking or command protocol. It should also be easier to potentially implement a custom protocol.