bloomberg/blpapi-http

Make index.ts command line only and wrap server functionality in a separate module

Closed this issue · 1 comments

Right now index.ts is mixing up the command-line setup and spin-up the server. It would be nice to have a separate module to wrap the business logic and let index.ts to be called purely on command line. This will help writing test cases and include servers in other applications as well.

Close via #110