For bioinformaticians who like to combine realtime data feed via websockets + server-sent events with LLMs. Comes with samtools, htslib, bcftools and blast.
You can remove/change the files under routes folder to actually use it as a batteries included, no-build webserver that quite capable. Routes take the form
1 comment
[ 1.4 ms ] story [ 10.9 ms ] threadYou can remove/change the files under routes folder to actually use it as a batteries included, no-build webserver that quite capable. Routes take the form
async function({express, app, info, files, serverSent, ws, memcache: cache}){ ...... })
ws => websockets serverSent => server-sent cache => key/value storage on ram
etc.