Skip to content

Latest commit

 

History

171 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Light Wisp Server

Bare Js Wisp Server

Exactly what it is, a Light Wisp Server (No Node.js, Just pure JS and Cloudflare Workers via V8) Somewhat based on Wisp Js

Deploy

Use the Button Below to Deploy To Cloudflare


Deploy to Cloudflare

Stability and Notes On TCP

From what I know, the proxy is very stable. However, Cloudflare can limit the number of request (occasionally subrequest) to 50 for Non-Premium Accounts, and does not support TCP (Meaning only UDP request get fully proxied) which is a Huge issue which i will hopefully patch with some Janky solution which i am adding.


Quick Roadmap

  • Add TCP support (grab tcp in some other way and send it out as alt udp streams to the client, or just wait for them to add it natively???)
  • Add Domain Mirroring ( Can access on alt Cloudflare domains for the worker, may already work?)
  • Add Rate Limiting in editable JS File. (WIP)
  • Wisp v2.1??? (to lazy to add rn)
  • Add Implamentation.md and a proper Client
  • Add Plugins for JSON, CSV input and output, Web Crawling, and LLM saerch

Notes

Because of Cloudflare places a 100,000 request restricton on the connect() Api, the endpoint will not be able to handle tons of trafic daily without the premum subscription (Which hase a limit of 10,000,000 daily request) so it is recomended to host on your owen hardware if possable for maximum preformance.


About

A Light, Barebones JS Wisp server without Node.js only using V8

Topics

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages