8000 GitHub - maxgfr/simple-server: A simple server in node.js
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

maxgfr/simple-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

simple-server

A simple node server with a POST and GET route that returns a JSON object. This project doesn't use any dependencies.

Commands

yarn dev # start server in watch mode
yarn start # start server
0