Skip to content

BeReactRocket/react_blog_server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React Blog Server

Blog Service Server in Koa.

yarn init
yarn add koa
yarn add eslint -D
yarn run eslint --init

Middleware

Koa configures one server with several middlewares.

A middleware is a function, and it takes "Context" that handles the current request and response, and "next" that points to the next middleware as arguments.

openssl rand -hex 64

About

Blog Service Server in Koa.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published