npm-Free-Server icon indicating copy to clipboard operation
npm-Free-Server copied to clipboard

Alive and kicking?

Open Axellarator opened this issue 1 year ago • 1 comments

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

Axellarator avatar Sep 22 '23 09:09 Axellarator

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.

TheJaredWilcurt avatar Oct 04 '23 13:10 TheJaredWilcurt