Skip to content

nchudleigh/taro

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

30 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

๐Ÿ  Taro

A websocket framework.

๐Ÿฆ• written in Deno.

Getting started

Fire up a server

// example/server.ts
import { createServer } from "https://github.com/nchudleigh/taro";

const options = {
  port: 8080,
};

createServer(options);
$ deno run server.ts

About

๐Ÿ  Taro - A websocket framework.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published