diff --git a/README.md b/README.md index a46b4fa..fe536e0 100644 --- a/README.md +++ b/README.md @@ -281,6 +281,7 @@ This list is a collection of the best Deno modules and resources. - [opine](https://github.com/asos-craigmorten/opine) - Fast, minimalist web framework ported from ExpressJS. - [opine-http-proxy](https://github.com/asos-craigmorten/opine-http-proxy) - Proxy middleware for Deno Opine HTTP servers. - [wren](https://github.com/zaiste/wren) - A small, but powerful HTTP library with a functional spin for creating composable web apps, built for convenience and simplicity +- [primate](https://primatejs.com) - A polymorphic development platform ### WebSocket - [deno-websocket](https://github.com/ryo-ma/deno-websocket) - 🦕 A simple WebSocket library like ws of node.js library.