All Projects → Srinivasa314 → calcite

Srinivasa314 / calcite

Licence: other
A rust framework for creating deno plugins

Programming Languages

rust
11053 projects

Labels

Projects that are alternatives of or similar to calcite

deno-mongo-api
Example for building REST APIS with deno and MongoDB
Stars: ✭ 17 (-72.58%)
Mutual labels:  deno
http4ts
Server as a Function http toolkit for TypeScript & JavaScript
Stars: ✭ 30 (-51.61%)
Mutual labels:  deno
nanoid
A NanoID implementation for Deno
Stars: ✭ 63 (+1.61%)
Mutual labels:  deno
reno
A thin, testable routing library designed to sit on top of Deno's standard HTTP module
Stars: ✭ 127 (+104.84%)
Mutual labels:  deno
denocker
A Docker client library for Deno
Stars: ✭ 23 (-62.9%)
Mutual labels:  deno
youtube-sr
Simple library for Node, Deno & Bun to make YouTube search easily
Stars: ✭ 68 (+9.68%)
Mutual labels:  deno
kyuko
Fast and easy http framework for Deno Deploy 🦕
Stars: ✭ 18 (-70.97%)
Mutual labels:  deno
johanbrook.com
Naming the repo "johanbrook.com" was a mistake.
Stars: ✭ 17 (-72.58%)
Mutual labels:  deno
dataStructure
Implement different Data Structures using TypeScript and JavaScript. Deno Third-party Module.
Stars: ✭ 24 (-61.29%)
Mutual labels:  deno
snatchblock
A strictly typed utility library.
Stars: ✭ 1,059 (+1608.06%)
Mutual labels:  deno
cotton
SQL Database Toolkit for Deno
Stars: ✭ 129 (+108.06%)
Mutual labels:  deno
crypto
🔐 Fastest crypto library for Deno written in pure Typescript. AES, Blowfish, CAST5, DES, 3DES, HMAC, HKDF, PBKDF2
Stars: ✭ 40 (-35.48%)
Mutual labels:  deno
tsafe
🔩 The missing TypeScript utils
Stars: ✭ 285 (+359.68%)
Mutual labels:  deno
sqlite3
The fastest and correct module for SQLite3 in Deno.
Stars: ✭ 143 (+130.65%)
Mutual labels:  deno
microdiff
A fast, zero dependency object and array comparison library. Significantly faster than most other deep comparison libraries and has full TypeScript support.
Stars: ✭ 3,138 (+4961.29%)
Mutual labels:  deno
justjavac
justjavac's modules
Stars: ✭ 15 (-75.81%)
Mutual labels:  deno
deno registry2
The backend for the deno.land/x service
Stars: ✭ 79 (+27.42%)
Mutual labels:  deno
maze generator
A work-in-progress Javascript maze generator module, compatible with both Deno and Node. 🌽
Stars: ✭ 35 (-43.55%)
Mutual labels:  deno
angular deno
Angular Deno - Experimental Angular renderer in server with Deno
Stars: ✭ 78 (+25.81%)
Mutual labels:  deno
deno-pokemon
a simple api to create and explore pokemons - made with oak deno framework
Stars: ✭ 20 (-67.74%)
Mutual labels:  deno

Calcite

Crates.io

Calcite is a library for easily creating deno plugins.

Getting Started

Refer the docs

Examples

To run the examples do

cargo build --example sync
deno run --unstable --allow-all examples/sync.ts
cargo build --example async
deno run --unstable --allow-all examples/async.ts

Example libraries created using calcite

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].