npm-Free-Server
npm-Free-Server copied to clipboard
Alive and kicking?
Hi Jared,
you are still alive and kicking? I was in need of a simple node server and found your solution everywhere. Nobody mentioned your name, but until today in runs. The only thing is now, that the user has to rename server.js
in server.cjs
due to new features in node development.
Nevertheless thanks
Sure, but I think it would also be good to offer an MJS file that is updated to the newer APIs, like:
import { createServer } from 'node:http';
Make a PR.