Skip to main content
Module

x/texa/examples/texa-chat/deps.ts

A Deno web framework inspired by Oak and Express. Built-in support for WebSockets, middleware and routing.
Latest
import * as texa from "https://deno.land/x/texa@0.8.1/examples/texa-chat/deps.ts";

Classes

The application object.

A router object to route different requests.

A static file server middleware.

A remote websocket connection wrapper.