ustatic
v0.0.12
Published
A static file serve handler for uWebSockets.js
Downloads
10
Maintainers
Readme
ustatic
A static file serve handler for uWebSockets.js with range and compression support.
import uws from 'uWebSockets.js'
const app = uws.App()
app.get('/*', ustatic('./'))
app.listen(1337)