@defistudio/server
TypeScript icon, indicating that this package has built-in type declarations

1.5.0 • Public • Published

@solidstudio/server

This package contains the server implementation of Solid studio.

The server is responsible of starting the polling process to cache data in a database and to handle request from any client via a RESTful API.

Usage

import { app } from '@solidstudio/server';

const PORT = 3000;

app.listen(PORT)

Readme

Keywords

Package Sidebar

Install

npm i @defistudio/server

Weekly Downloads

1

Version

1.5.0

License

ISC

Unpacked Size

88.4 kB

Total Files

119

Last publish

Collaborators

  • machinalabs