Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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`
- Host: GitHub
- URL: https://github.com/mcansh/remix-node-http-server
- Owner: mcansh
- Created: 2021-12-17T17:48:55.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-06-24T15:16:48.000Z (5 months ago)
- Last Synced: 2024-10-18T06:27:52.522Z (26 days ago)
- Language: TypeScript
- Homepage: https://remix-node-http-server.onrender.com
- Size: 810 KB
- Stars: 14
- Watchers: 2
- Forks: 1
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
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