jjangsangy / ExplainToMe

Automatic Web Article Summarizer
Apache License 2.0
412 stars 61 forks source link

Extraction API #5

Closed jjangsangy closed 7 years ago

jjangsangy commented 8 years ago

Be able to access extraction using either RESTful HTTP or gRPC Protocol Buffers.

Hosted App will not be scalable solution and utilizing caches is the wrong direction.

REST is likely easiest to build, mostly supported by Flask but gRPC/HTTP 2.0 has many attractive features that make it appealing. Do not want to fight in the concurrency mud as much as I can. Go or Node are more fun for those apps.