Skip to content

graphql-editor/node

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Node js micro server for slothking

This server is based on great zeit/micro library. This is kind of type guard for your project. It is also best nodejs server to use with typescript version of slothking.online

Installation

$ npm install @slothking-online/node

Usage

import run from "@slothking-online/node";
import { mailbase, users, sloth } from "./slothking";
export default run([users, mailbase, sloth], process.env.MONGO);

Editor

If you like this project I invite you to check slothking visual api designer demo on slothking.online website

About

Nodejs server for slothking

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published