Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mcansh/remix-node-http-server

a remix app running on node's `http.createServer`
https://github.com/mcansh/remix-node-http-server

Last synced: 17 days ago
JSON representation

a remix app running on node's `http.createServer`

Awesome Lists containing this project

README

        

# remix-node-http-server

a remix app running on a plain node http server

## Installation

```sh
npm i @mcansh/remix-raw-http
yarn add @mcansh/remix-raw-http
pnpm i @mcansh/remix-raw-http
```

## Example usage

See https://github.com/mcansh/remix-node-http-server/blob/main/example/server/index.js