yutent 6e6e97467d 重构2.0 2023-11-01 15:47:53 +08:00
lib 重构2.0 2023-11-01 15:47:53 +08:00
.gitignore init 2020-09-18 18:25:56 +08:00
LICENSE init 2020-09-18 18:25:56 +08:00
Readme.md 重构2.0 2023-11-01 15:47:53 +08:00
index.js 重构2.0 2023-11-01 15:47:53 +08:00
package.json 重构2.0 2023-11-01 15:47:53 +08:00

Readme.md

downloads version

@gm5/session

会话拓展包。

安装

npm i @gm5/session

使用

import { createApp } from '@gm5/core
import { createSession, SessionModule } from '@gm5/session'

const app = createApp()

app.install(SessionModule, {domain: 'your_domain'})
  .use(createSession)
  .run()


会话中间件。
JavaScript 100%