Skip to content
@chef-js

chef-js

$ npx chef-express folder

chef-js

start cooking!

  • chef-* is a static-files-server
  • written in typescript
  • usable as a command-line-tool (or runtime library)
  • with many tests and continuous-integration
  • optional 404 fallback to index.html with a 200 status code (spa)
  • optional cache
  • optional web-sockets micro-service manager on same port

Express

npm package version tests status

The most basic flavor of the core library - serve folder. port defaults to 3000

npx chef-express folder

see chef-express for more information about command line parameters

Socket

npm package version tests status

On top of the base adds socket.io for websockets functionality on the same port.

npx chef-socket folder --plugin path/to/plugin.js

see chef-socket to find out more

demo (with chat plugin)

https://chef-socket.pietal.dev/

Pinned Loading

  1. express express Public

    Command Line Interface Static Files Server written in TypeScript for Single Page Applications serving in Node with Express

    JavaScript 1 1

  2. socket socket Public

    Command Line Interface Static Files Server written in TypeScript for Single Page Applications serving in Node with Socket.IO

    TypeScript 1

Repositories

Showing 5 of 5 repositories
  • socket Public

    Command Line Interface Static Files Server written in TypeScript for Single Page Applications serving in Node with Socket.IO

    chef-js/socket’s past year of commit activity
    TypeScript 0 1 0 0 Updated Apr 29, 2025
  • core Public

    Internal Shared Functionalities for Command Line Interface Static Files Server written in TypeScript

    chef-js/core’s past year of commit activity
    TypeScript 2 0 0 0 Updated Apr 29, 2025
  • .github Public
    chef-js/.github’s past year of commit activity
    0 MIT 0 0 0 Updated Apr 29, 2025
  • express Public

    Command Line Interface Static Files Server written in TypeScript for Single Page Applications serving in Node with Express

    chef-js/express’s past year of commit activity
    JavaScript 1 1 0 0 Updated Apr 29, 2025
  • uws Public archive

    Command Line Interface Static Files Server written in TypeScript for Single Page Applications serving in Node with Microwebsockets

    chef-js/uws’s past year of commit activity
    JavaScript 2 1 0 0 Updated Sep 5, 2024

Top languages

Loading…

Most used topics

Loading…