tomphttp / bare-server-node

TompHTTP Bare server in the Node runtime
GNU General Public License v3.0
72 stars 122 forks source link

How can I build a bare server like uv-node? #2

Closed habataku closed 2 years ago

habataku commented 2 years ago

Is there a way to build only bare-server without uv-static using heroku, Vercel, VPS server, etc.? Or are you planning to reflect the bare-server-v2 you are probably developing in uv or incognito?

e9x commented 2 years ago

As far as I'm aware, Ultraviolet is compatible with the official bare server protocol, and as such, this repository. We haven't created deploy scripts, but this can be looked into. You can run the bare server on any server by running the following:

git clone https://github.com/tomphttp/bare-server-node.git
cd bare-server-node
npm install
node ./app.js