babeloff / aql-server-brass

An AQL server implementation for BRASS
0 stars 0 forks source link

Provide alternate server modes [vis. ZeroMQ] #21

Closed phreed closed 6 years ago

phreed commented 6 years ago

Micro-services are great but am not a big fan of plain REST services.

phreed commented 6 years ago

Sample ZeroMQ implementation complete. The principle benefit over Rest is that synchronization is not a problem. e.g. the client can be started first.