Skip to content

porsager/ustatic

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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)

About

A static file serve handler for uWebSockets.js

Resources

License

Stars

Watchers

Forks

Packages

No packages published