Skip to content

Commit

Permalink
undeprecate wisp-server-node
Browse files Browse the repository at this point in the history
  • Loading branch information
Percslol committed Jul 6, 2024
1 parent 9010a6c commit 833feaf
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
3 changes: 0 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
# wisp-server-node

> [!WARNING]
> Wisp server node is now no longer maintained, please switch to wisp-js when it is available
A [wisp protocol](https://github.com/MercuryWorkshop/wisp-protocol) server implementation, written in NodeJS.

### Usage ✨
Expand Down
2 changes: 0 additions & 2 deletions src/ConnectionHandler.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@ import FrameParsers, { continuePacketMaker, dataPacketMaker } from "./Packets";
import { handleWsProxy } from "./wsproxy";
import dns from "node:dns/promises";

console.warn("wisp-server-node is now no longer maintained.");

const wss = new WebSocket.Server({ noServer: true });
const defaultOptions: WispOptions = { logging: true };
// Accepts either routeRequest(ws) or routeRequest(request, socket, head) like bare
Expand Down

0 comments on commit 833feaf

Please sign in to comment.