Skip to content

drumath2237/simple-http-server-sample

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

simple-http-server-sample

Install

yarn install

Usage

Server side

サーバーを立ち上げた後にjsonデータをPostすると tsst.jsonに内容を保存します。

簡単なクライアントのサンプルも作ってあります。

yarn server
# or
# yarn ts-node index.ts

Client side test

yarn request
# or 
# yarn ts-node client.ts

About

Simple http server sample using node.js TypeScript.

Resources

License

Stars

Watchers

Forks