june_ — 11/30/2022, 5:27:42 PM

the bit talk api takes up about 23 KB of data with the following files:

the server code takes up only 125 bytes btw

♥ 3 ↩ 0 💬 7 comments

comments

mef:

how does the code take up only 125 bytes??

that would mean that it’s only 125 characters long

11/30/2022, 5:44:42 PM
june_:

takes up somewhere around that. may be more, may be less

plus its two files combined

11/30/2022, 6:40:04 PM
mef:

ok but how does 125 characters run a server??

11/30/2022, 6:56:01 PM
wynd:

require('express')().get('/',(i,res)=>res.json(0)).listen(80) runs a server in 62.

11/30/2022, 8:21:38 PM
mef:

oh.

11/30/2022, 8:30:14 PM
june_:

i need to handle all the api requests too…

11/30/2022, 9:40:42 PM
wynd:

well yes but no

11/30/2022, 9:58:47 PM